diff options
-rw-r--r-- | test/lib/llvm-dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp index d7beb1ee9c..4fe6a4aa25 100644 --- a/test/lib/llvm-dg.exp +++ b/test/lib/llvm-dg.exp @@ -53,7 +53,7 @@ proc llvm-runtest { programs objdir subdir target_triplet llvmgcc llvmgxx prcont regsub -all {%llvmgxx} $new_runline $llvmgxx new_runline #replace %prcontext with prcontext.tcl (Goes away when we remove qmtest) - regsub -all {%prcontext} $new_runline "prcontext.tcl" new_runline + regsub -all {%prcontext} $new_runline "tclsh prcontext.tcl" new_runline puts $scriptFileId $new_runline } elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} { |