diff options
Diffstat (limited to 'Tests/CompileDefinitions/compiletest_mixed_cxx.cpp')
-rw-r--r-- | Tests/CompileDefinitions/compiletest_mixed_cxx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileDefinitions/compiletest_mixed_cxx.cpp b/Tests/CompileDefinitions/compiletest_mixed_cxx.cpp index ae6befc..4eab099 100644 --- a/Tests/CompileDefinitions/compiletest_mixed_cxx.cpp +++ b/Tests/CompileDefinitions/compiletest_mixed_cxx.cpp @@ -17,7 +17,7 @@ #error Expected C_EXECUTABLE_LINK_LANGUAGE_IS_C define #endif -int main(int argc, char **argv) +int main(int argc, char** argv) { return 0; } |