diff options
Diffstat (limited to 'test/FileCheck/check-multiple-prefixes-nomatch.txt')
| -rw-r--r-- | test/FileCheck/check-multiple-prefixes-nomatch.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FileCheck/check-multiple-prefixes-nomatch.txt b/test/FileCheck/check-multiple-prefixes-nomatch.txt index 9d3835985f34..b1a41321c08d 100644 --- a/test/FileCheck/check-multiple-prefixes-nomatch.txt +++ b/test/FileCheck/check-multiple-prefixes-nomatch.txt @@ -1,4 +1,6 @@ ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s +; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s +; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s BAR bar |
