summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-03-13 21:18:54 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-03-13 21:18:54 +0000
commitb7e4e22795597dc3f73a3859e64149301ea3a52b (patch)
treeaff64c62fdaea4972c01e318e13606c041e6182d
parentdfa3f8f449b99dc12511288736845e5d23da01d0 (diff)
downloadbcm5719-llvm-b7e4e22795597dc3f73a3859e64149301ea3a52b.tar.gz
bcm5719-llvm-b7e4e22795597dc3f73a3859e64149301ea3a52b.zip
Remove extra whitespace
llvm-svn: 176978
-rwxr-xr-xlldb/test/dosep.ty2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dosep.ty b/lldb/test/dosep.ty
index b430e3db5e6..dfbf3af19f7 100755
--- a/lldb/test/dosep.ty
+++ b/lldb/test/dosep.ty
@@ -56,7 +56,7 @@ Run lldb test suite using a separate process for each test file.
if len(failed) > 0:
print "Failing Tests (%d)" % len(failed)
for f in failed:
- print "FAIL : LLDB :: %s" % f
+ print "FAIL: LLDB :: %s" % f
sys.exit(1)
sys.exit(0)
OpenPOWER on IntegriCloud