forked from OSchip/llvm-project
parent
3d1305f6da
commit
ad66fefdca
|
@ -14,6 +14,6 @@ RUN: not %t-FlagsTest --foo-bar -runs=10 -ignore_remaining_args=1 --baz -help=1
|
|||
PASSTHRU: BINGO --foo-bar --baz -help=1 test
|
||||
|
||||
RUN: mkdir -p %t/T0 %t/T1
|
||||
RUN: touch %t/T1/empty
|
||||
RUN: echo z > %t/T1/z
|
||||
RUN: not %t-FlagsTest --foo-bar -merge=1 %t/T0 %t/T1 -ignore_remaining_args=1 --baz -help=1 test 2>&1 | FileCheck %s --check-prefix=PASSTHRU-MERGE
|
||||
PASSTHRU-MERGE: BINGO --foo-bar --baz -help=1 test
|
||||
|
|
Loading…
Reference in New Issue