[lldb/Test] Skip TestPositionalArgs with lldb-repro

This commit is contained in:
Jonas Devlieghere 2020-05-18 22:59:31 -07:00
parent ad4f196e25
commit 2bb16f9412
1 changed files with 2 additions and 0 deletions

View File

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