diff options
Diffstat (limited to 'tests/cpp-compiler/cpp-compile.cpp')
| -rw-r--r-- | tests/cpp-compiler/cpp-compile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cpp-compiler/cpp-compile.cpp b/tests/cpp-compiler/cpp-compile.cpp index c3141a876..543b7e0be 100644 --- a/tests/cpp-compiler/cpp-compile.cpp +++ b/tests/cpp-compiler/cpp-compile.cpp @@ -1,9 +1,9 @@ -//TEST(smoke):CPP_COMPILER_EXECUTE: +// TEST(smoke):CPP_COMPILER_EXECUTE: #include <iostream> using namespace std; int main(int argc, char** argv) { cout << "Hello World!" << endl; - return 0; + return 0; } |
