summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tests')
-rw-r--r--Tests/SimpleInstall/inst.cxx2
-rw-r--r--Tests/SimpleInstallS2/inst.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx
index 84f2adb..a933e2b 100644
--- a/Tests/SimpleInstall/inst.cxx
+++ b/Tests/SimpleInstall/inst.cxx
@@ -17,6 +17,6 @@ int main ()
printf("Problem with lib2\n");
return 1;
}
- printf("Foo: %s\n", foo);
+ printf("The value of Foo: %s\n", foo);
return SomeFunctionInFoo()-5;
}
diff --git a/Tests/SimpleInstallS2/inst.cxx b/Tests/SimpleInstallS2/inst.cxx
index 84f2adb..a933e2b 100644
--- a/Tests/SimpleInstallS2/inst.cxx
+++ b/Tests/SimpleInstallS2/inst.cxx
@@ -17,6 +17,6 @@ int main ()
printf("Problem with lib2\n");
return 1;
}
- printf("Foo: %s\n", foo);
+ printf("The value of Foo: %s\n", foo);
return SomeFunctionInFoo()-5;
}