diff options
Diffstat (limited to 'tests/cpp-compiler')
| -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 |
2 files changed, 2 insertions, 2 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> |
