summaryrefslogtreecommitdiffstats
path: root/llvm/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/lib')
-rw-r--r--llvm/test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp
index 3002d11bd43..1655547cde5 100644
--- a/llvm/test/lib/llvm.exp
+++ b/llvm/test/lib/llvm.exp
@@ -113,7 +113,7 @@ proc RunLLVMTests { test_source_files } {
break
# if the line is continued, concatente and continue the loop
- } elseif {[regexp {RUN: *([^\\]+)(\\)$} $line match oneline suffix]} {
+ } elseif {[regexp {RUN: *(.+)(\\)$} $line match oneline suffix]} {
set runline "$runline$oneline "
# if its a terminating RUN: line then do substitution on the whole line
OpenPOWER on IntegriCloud