summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/Interface/headeronlytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/Interface/headeronlytest.cpp')
-rw-r--r--Tests/ExportImport/Import/Interface/headeronlytest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ExportImport/Import/Interface/headeronlytest.cpp b/Tests/ExportImport/Import/Interface/headeronlytest.cpp
index 0e754e9e3..7b63a0496 100644
--- a/Tests/ExportImport/Import/Interface/headeronlytest.cpp
+++ b/Tests/ExportImport/Import/Interface/headeronlytest.cpp
@@ -2,11 +2,11 @@
#include "headeronly.h"
#ifndef HEADERONLY_DEFINE
-#error Expected HEADERONLY_DEFINE
+# error Expected HEADERONLY_DEFINE
#endif
#ifdef SHAREDLIB_DEFINE
-#error Unexpected SHAREDLIB_DEFINE
+# error Unexpected SHAREDLIB_DEFINE
#endif
int main(int, char**)