diff options
Diffstat (limited to 'third_party/git/t/chainlint/loop-in-if.expect')
-rw-r--r-- | third_party/git/t/chainlint/loop-in-if.expect | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/git/t/chainlint/loop-in-if.expect b/third_party/git/t/chainlint/loop-in-if.expect deleted file mode 100644 index 088e622c3141..000000000000 --- a/third_party/git/t/chainlint/loop-in-if.expect +++ /dev/null @@ -1,12 +0,0 @@ -( - if true - then - while true - do -?!AMP?! echo "pop" - echo "glup" -?!AMP?! done - foo -?!AMP?! fi - bar ->) |