repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Transforms] Silence a warning in SROA.cpp (NFC)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Lua
/
fail_breakpoint_oneline.test
blob
8ffaef20db130fdeb8005e77b341da7221ec7b92
1
# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
2
b main
3
breakpoint command add -s lua -o '1234_foo'
4
# CHECK: error: {{.*}} {{unexpected symbol near '1234'|malformed number near '1234_'}}