summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/A/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/A/a.h')
-rw-r--r--Tests/ObjectLibrary/A/a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ObjectLibrary/A/a.h b/Tests/ObjectLibrary/A/a.h
index b1fd42f..184df3c 100644
--- a/Tests/ObjectLibrary/A/a.h
+++ b/Tests/ObjectLibrary/A/a.h
@@ -1,6 +1,6 @@
#ifndef A_DEF
-#error "A_DEF not defined"
+# error "A_DEF not defined"
#endif
#ifdef B_DEF
-#error "B_DEF must not be defined"
+# error "B_DEF must not be defined"
#endif