summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/inst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/inst.cxx')
-rw-r--r--Tests/SimpleInstall/inst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx
index 47d73c0..84f2adb 100644
--- a/Tests/SimpleInstall/inst.cxx
+++ b/Tests/SimpleInstall/inst.cxx
@@ -18,5 +18,5 @@ int main ()
return 1;
}
printf("Foo: %s\n", foo);
- return SomeFunctionInFoo(-5);
+ return SomeFunctionInFoo()-5;
}