diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-05-14 19:35:21 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-05-14 19:35:21 (GMT) |
commit | d8de24c16427009b4de098ea4ff803ed6ebacfbc (patch) | |
tree | 839abe7da07246c59b7a20887f3123b427292408 /test/Parallel | |
parent | b54273e5205478b3b3c41360e6b6a3f4b5016e10 (diff) | |
download | SCons-d8de24c16427009b4de098ea4ff803ed6ebacfbc.zip SCons-d8de24c16427009b4de098ea4ff803ed6ebacfbc.tar.gz SCons-d8de24c16427009b4de098ea4ff803ed6ebacfbc.tar.bz2 |
remove extra whitespace
Diffstat (limited to 'test/Parallel')
-rw-r--r-- | test/Parallel/failed-build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parallel/failed-build.py b/test/Parallel/failed-build.py index b46762c..2360679 100644 --- a/test/Parallel/failed-build.py +++ b/test/Parallel/failed-build.py @@ -107,7 +107,7 @@ test.run(arguments = '-j 2 .', test.must_not_exist(test.workpath('f3')) test.must_match(test.workpath('f4'), 'f4.in\n') -test.must_not_exist(test.workpath('f5')) +test.must_not_exist(test.workpath('f5')) test.must_not_exist(test.workpath('f6')) |