diff options
Diffstat (limited to 'Tests/ComplexOneConfig/Library/notInAllLib.cxx')
-rw-r--r-- | Tests/ComplexOneConfig/Library/notInAllLib.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Tests/ComplexOneConfig/Library/notInAllLib.cxx b/Tests/ComplexOneConfig/Library/notInAllLib.cxx index 5d928f44a6..e66ea056f2 100644 --- a/Tests/ComplexOneConfig/Library/notInAllLib.cxx +++ b/Tests/ComplexOneConfig/Library/notInAllLib.cxx @@ -1,5 +1,8 @@ -int notInAllLibFunc() { return 0; } +int notInAllLibFunc() +{ + return 0; +} #if 1 -# error "This target should not be compiled by ALL." +#error "This target should not be compiled by ALL." #endif |