diff options
Diffstat (limited to 'third_party/git/t/chainlint/negated-one-liner.expect')
-rw-r--r-- | third_party/git/t/chainlint/negated-one-liner.expect | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/git/t/chainlint/negated-one-liner.expect b/third_party/git/t/chainlint/negated-one-liner.expect deleted file mode 100644 index cf18429d0397..000000000000 --- a/third_party/git/t/chainlint/negated-one-liner.expect +++ /dev/null @@ -1,5 +0,0 @@ -! (foo && bar) && -! (foo && bar) >baz && - -?!SEMI?!! (foo; bar) && -?!SEMI?!! (foo; bar) >baz |