diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/cpp-compiler/c-compile-pass-through-shared-library.c | 2 | ||||
| -rw-r--r-- | tests/cpp-compiler/cpp-compile-shared-library.cpp | 2 | ||||
| -rw-r--r-- | tests/cross-compile/cpp-resource.slang | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cpp-compiler/c-compile-pass-through-shared-library.c b/tests/cpp-compiler/c-compile-pass-through-shared-library.c index 9f33bc430..143817325 100644 --- a/tests/cpp-compiler/c-compile-pass-through-shared-library.c +++ b/tests/cpp-compiler/c-compile-pass-through-shared-library.c @@ -1,4 +1,4 @@ -//TEST(smoke,shared-library):CPP_COMPILER_COMPILE: -pass-through c -entry test -target callable +//TEST(smoke):CPP_COMPILER_COMPILE: -pass-through c -entry test -target callable #include <stdlib.h> #include <stdio.h> diff --git a/tests/cpp-compiler/cpp-compile-shared-library.cpp b/tests/cpp-compiler/cpp-compile-shared-library.cpp index 5341cd2fb..c802a57cd 100644 --- a/tests/cpp-compiler/cpp-compile-shared-library.cpp +++ b/tests/cpp-compiler/cpp-compile-shared-library.cpp @@ -1,4 +1,4 @@ -//TEST(smoke,shared-library):CPP_COMPILER_SHARED_LIBRARY: +//TEST(smoke):CPP_COMPILER_SHARED_LIBRARY: #include <stdlib.h> #include <stdio.h> diff --git a/tests/cross-compile/cpp-resource.slang b/tests/cross-compile/cpp-resource.slang index 9a48085df..b12623339 100644 --- a/tests/cross-compile/cpp-resource.slang +++ b/tests/cross-compile/cpp-resource.slang @@ -1,4 +1,4 @@ -//TEST(shared-library):CPP_COMPILER_COMPILE: -profile cs_5_0 -entry computeMain -target callable +//TEST:CPP_COMPILER_COMPILE: -profile cs_5_0 -entry computeMain -target callable struct Thing { |
