forked from OSchip/llvm-project
[lldb/Test] Skip TestPositionalArgs with lldb-repro
This commit is contained in:
parent
ad4f196e25
commit
2bb16f9412
|
@ -1,3 +1,5 @@
|
|||
UNSUPPORTED: lldb-repro
|
||||
|
||||
RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t.foo
|
||||
|
||||
RUN: %lldb -x -b %t.foo bar baz quux | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue