[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:
Jonas Devlieghere 2020-05-20 14:08:55 -07:00
parent ebf14d9b6d
commit 8723f841aa
1 changed files with 1 additions and 1 deletions

View File

@ -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.