You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
23
external/llvm/test/FileCheck/same.txt
vendored
23
external/llvm/test/FileCheck/same.txt
vendored
@ -1,23 +0,0 @@
|
||||
foo bat bar
|
||||
baz
|
||||
|
||||
RUN: FileCheck --input-file=%s --check-prefix=PASS1 %s
|
||||
PASS1: foo
|
||||
PASS1-SAME: bat
|
||||
PASS1-SAME: bar
|
||||
PASS1-NEXT: baz
|
||||
|
||||
RUN: FileCheck --input-file=%s --check-prefix=PASS2 %s
|
||||
PASS2: foo
|
||||
PASS2-NOT: baz
|
||||
PASS2-SAME: bar
|
||||
PASS2-NEXT: baz
|
||||
|
||||
RUN: not FileCheck --input-file=%s --check-prefix=FAIL1 %s
|
||||
FAIL1: foo
|
||||
FAIL1-SAME: baz
|
||||
|
||||
RUN: not FileCheck --input-file=%s --check-prefix=FAIL2 %s
|
||||
FAIL2: foo
|
||||
FAIL2-NOT: bat
|
||||
FAIL2-SAME: bar
|
Reference in New Issue
Block a user