summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig/Executable/testSystemDir.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/testSystemDir.cxx')
-rw-r--r--Tests/ComplexOneConfig/Executable/testSystemDir.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/testSystemDir.cxx b/Tests/ComplexOneConfig/Executable/testSystemDir.cxx
index e4815c679a..4bb2db4eb7 100644
--- a/Tests/ComplexOneConfig/Executable/testSystemDir.cxx
+++ b/Tests/ComplexOneConfig/Executable/testSystemDir.cxx
@@ -1,3 +1,6 @@
#include <testSystemDir.h>
-int main() { return foo(); }
+int main()
+{
+ return foo();
+}