summaryrefslogtreecommitdiffstats
path: root/tests/cpp-compiler/cpp-compile-shared-library.cpp
diff options
context:
space:
mode:
authorjarcherNV <jarcher@nvidia.com>2025-09-04 21:35:34 -0700
committerGitHub <noreply@github.com>2025-09-05 04:35:34 +0000
commit5500f11768d4d93eef4dfcecf0821fee747bf1a4 (patch)
treecfd73eb93a99fa25f8ef5d64b302a6eb2a3e48b3 /tests/cpp-compiler/cpp-compile-shared-library.cpp
parent1e1ff8a1254c114f261271ffe5580183b8402e32 (diff)
Try both LoadLibrary functions on Windows (#8368)
If a given library cannot be found using LoadLibraryExA then try again using LoadLibraryA. Return an error only if both of these failed.
Diffstat (limited to 'tests/cpp-compiler/cpp-compile-shared-library.cpp')
-rw-r--r--tests/cpp-compiler/cpp-compile-shared-library.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cpp-compiler/cpp-compile-shared-library.cpp b/tests/cpp-compiler/cpp-compile-shared-library.cpp
index cd192d9f6..a69e22899 100644
--- a/tests/cpp-compiler/cpp-compile-shared-library.cpp
+++ b/tests/cpp-compiler/cpp-compile-shared-library.cpp
@@ -1,5 +1,4 @@
-// This test is failing due to a regression github issue #8362
-// DISABLE_TEST(smoke):CPP_COMPILER_SHARED_LIBRARY:
+// TEST(smoke):CPP_COMPILER_SHARED_LIBRARY:
#include <iostream>
#include <stdio.h>