We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e50a7 commit b3901efCopy full SHA for b3901ef
lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_callback.test
@@ -10,4 +10,4 @@ run
10
# CHECK: 123
11
breakpoint command add -s lua
12
789_nil
13
-# CHECK: unexpected symbol near '789'
+# CHECK: {{unexpected symbol near '789'|malformed number near '789_'}}
lldb/test/Shell/ScriptInterpreter/Lua/fail_breakpoint_oneline.test
@@ -2,4 +2,4 @@
2
# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
3
b main
4
breakpoint command add -s lua -o '1234_foo'
5
-# CHECK: error: {{.*}} unexpected symbol near '1234'
+# CHECK: error: {{.*}} {{unexpected symbol near '1234'|malformed number near '1234_'}}
0 commit comments