diff options
Diffstat (limited to 'test/FileCheck/check-multiple-prefixes-nomatch-2.txt')
-rw-r--r-- | test/FileCheck/check-multiple-prefixes-nomatch-2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FileCheck/check-multiple-prefixes-nomatch-2.txt b/test/FileCheck/check-multiple-prefixes-nomatch-2.txt index a1dc3d87b017..605547167e9e 100644 --- a/test/FileCheck/check-multiple-prefixes-nomatch-2.txt +++ b/test/FileCheck/check-multiple-prefixes-nomatch-2.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 fog bar |