forked from OSchip/llvm-project
[lldb/Test] Support arbitrary file extensions in TestPositionalArgs.test
On Windows the line must match: Use 'lldb.exe --help' for a complete list of options.
This commit is contained in:
parent
ebf14d9b6d
commit
8723f841aa
|
@ -28,4 +28,4 @@ RUN: not %lldb -x -b -f %t.foo bar -baz --quux 2>&1 | FileCheck %s --check-prefi
|
|||
|
||||
UNKNOWN: error: unknown option: -baz
|
||||
UNKNOWN: error: unknown option: --quux
|
||||
UNKNOWN: Use 'lldb --help' for a complete list of options.
|
||||
UNKNOWN: Use 'lldb{{.*}} --help' for a complete list of options.
|
||||
|
|
Loading…
Reference in New Issue