summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/A/imp_testExeAbs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/A/imp_testExeAbs1.c')
-rw-r--r--Tests/ExportImport/Import/A/imp_testExeAbs1.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/Tests/ExportImport/Import/A/imp_testExeAbs1.c b/Tests/ExportImport/Import/A/imp_testExeAbs1.c
index 069c3f0..629b891 100644
--- a/Tests/ExportImport/Import/A/imp_testExeAbs1.c
+++ b/Tests/ExportImport/Import/A/imp_testExeAbs1.c
@@ -2,14 +2,12 @@
#include "testLibAbs1a.h"
#include "testLibAbs1b.h"
#ifndef testLibAbs1a
-# error "testLibAbs1a not defined"
+#error "testLibAbs1a not defined"
#endif
#ifndef testLibAbs1b
-# error "testLibAbs1b not defined"
+#error "testLibAbs1b not defined"
#endif
int main()
{
- return 0
- + testLibAbs1()
- ;
+ return 0 + testLibAbs1();
}