commit | f98642395582149d21be155fa23d978716de1fb0 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Thu Jun 14 21:01:26 2007 +0000 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Thu Jun 14 21:01:26 2007 +0000 |
tree | d5fcac39d2645829e2487eaa2df8a8135ce68905 | |
parent | f1a49467cf8fb8ed3306964040b54a9f6d11bd2d [diff] [blame] |
Stripped carriage return and added eol-style native prop.
diff --git a/src/jsontestrunner/sconscript b/src/jsontestrunner/sconscript index f81a2dc..e9fe37f 100644 --- a/src/jsontestrunner/sconscript +++ b/src/jsontestrunner/sconscript
@@ -1,6 +1,6 @@ -Import( 'env_testing buildJSONTests' ) - -buildJSONTests( env_testing, Split( """ - main.cpp - """ ), - 'jsontestrunner' ) +Import( 'env_testing buildJSONTests' ) + +buildJSONTests( env_testing, Split( """ + main.cpp + """ ), + 'jsontestrunner' )