mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
Fix regex in lldb lit test TestCallStopAndContinue
https://reviews.llvm.org/D25167 llvm-svn: 283082
This commit is contained in:
@@ -9,4 +9,4 @@ breakpoint set --file call-function.cpp --line 14
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user