summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Library/notInAllLib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Library/notInAllLib.cxx')
-rw-r--r--Tests/Complex/Library/notInAllLib.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Tests/Complex/Library/notInAllLib.cxx b/Tests/Complex/Library/notInAllLib.cxx
index 5d928f4..e66ea05 100644
--- a/Tests/Complex/Library/notInAllLib.cxx
+++ b/Tests/Complex/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