diff options
Diffstat (limited to 'Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp')
-rw-r--r-- | Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp b/Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp index 31a133726c..766b7751bf 100644 --- a/Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp +++ b/Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp @@ -1,5 +1,5 @@ int main() { - return 0; + return 0; } |