Author: penryu
Date: Sun Oct  2 19:07:24 2016
New Revision: 283082

URL: http://llvm.org/viewvc/llvm-project?rev=283082&view=rev
Log:
Fix regex in lldb lit test TestCallStopAndContinue

https://reviews.llvm.org/D25167

Modified:
    lldb/trunk/lit/Expr/TestCallStopAndContinue.test

Modified: lldb/trunk/lit/Expr/TestCallStopAndContinue.test
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Expr/TestCallStopAndContinue.test?rev=283082&r1=283081&r2=283082&view=diff
==============================================================================
--- lldb/trunk/lit/Expr/TestCallStopAndContinue.test (original)
+++ lldb/trunk/lit/Expr/TestCallStopAndContinue.test Sun Oct  2 19:07:24 2016
@@ -9,4 +9,4 @@ breakpoint set --file call-function.cpp
 expression -i false -- returnsFive()
 # CHECK: Execution was interrupted, reason: breakpoint
 # CHECK: stop reason = User Expression thread plan
-# CHECK: Completed expression: (Five) $0 = (number = 5 {{.*}}, name = "five")
+# CHECK: Completed expression: (Five) $0 = (number = 5{{.*}}, name = "five")


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to