summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/Interface/source_target_for_install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/Interface/source_target_for_install.cpp')
-rw-r--r--Tests/ExportImport/Export/Interface/source_target_for_install.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ExportImport/Export/Interface/source_target_for_install.cpp b/Tests/ExportImport/Export/Interface/source_target_for_install.cpp
index 64514edb2..2f8819052 100644
--- a/Tests/ExportImport/Export/Interface/source_target_for_install.cpp
+++ b/Tests/ExportImport/Export/Interface/source_target_for_install.cpp
@@ -1,10 +1,10 @@
#ifdef USE_FROM_BUILD_DIR
-#error Unexpected define USE_FROM_BUILD_DIR
+# error Unexpected define USE_FROM_BUILD_DIR
#endif
#ifndef USE_FROM_INSTALL_DIR
-#error Expected define USE_FROM_INSTALL_DIR
+# error Expected define USE_FROM_INSTALL_DIR
#endif
int source_symbol()