[Lldb-commits] [lldb] r283082 - Fix regex in lldb lit test TestCallStopAndContinue
Tim Hammerquist via lldb-commits
lldb-commits at lists.llvm.org
Sun Oct 2 17:07:24 PDT 2016
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")
More information about the lldb-commits
mailing list