summaryrefslogtreecommitdiff
path: root/Tests/TestDriver/test1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestDriver/test1.cxx')
-rw-r--r--Tests/TestDriver/test1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDriver/test1.cxx b/Tests/TestDriver/test1.cxx
index ac82f8ae9..b998fdae6 100644
--- a/Tests/TestDriver/test1.cxx
+++ b/Tests/TestDriver/test1.cxx
@@ -17,7 +17,7 @@ int test1(int ac, char* av[])
{
return -1;
}
-
+
printf("test1\n");
for(int i =0; i < ac; i++)
printf("arg %d is %s\n", ac, av[i]);