summaryrefslogtreecommitdiff
path: root/Tests/SwigTest/runme.pike
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-13 18:21:12 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-13 18:21:12 -0800
commitef8aa19c33e83ff019595fd7f8fdc29c35c336a3 (patch)
tree6501b44707b5c6a88fa5f817adee1a3ffcb0012d /Tests/SwigTest/runme.pike
parent035c7fabc3b82cbc9a346c11abe2e9462b4c0379 (diff)
downloadcmake-upstream/2.8.10.2.tar.gz
cmake-upstream/2.8.10.2.tar.bz2
cmake-upstream/2.8.10.2.zip
Imported Upstream version 2.8.10.2upstream/2.8.10.2
Diffstat (limited to 'Tests/SwigTest/runme.pike')
-rwxr-xr-xTests/SwigTest/runme.pike6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/SwigTest/runme.pike b/Tests/SwigTest/runme.pike
index a6377600e..ec28dd70e 100755
--- a/Tests/SwigTest/runme.pike
+++ b/Tests/SwigTest/runme.pike
@@ -42,12 +42,12 @@ int main()
/* See if we can force 's' to be garbage-collected */
s = 0;
-
+
/* Now we should be down to only 1 shape */
write("%d shapes remain\n", Shape_nshapes_get());
-
+
/* Done */
write("Goodbye\n");
-
+
return 0;
}