about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/block.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/block.test')
-rw-r--r--third_party/git/t/chainlint/block.test15
1 files changed, 0 insertions, 15 deletions
diff --git a/third_party/git/t/chainlint/block.test b/third_party/git/t/chainlint/block.test
deleted file mode 100644
index d859151af1..0000000000
--- a/third_party/git/t/chainlint/block.test
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-# LINT: missing "&&" in block not currently detected (for consistency with
-# LINT: --chain-lint at top level and to provide escape hatch if needed)
-	foo &&
-	{
-		echo a
-		echo b
-	} &&
-	bar &&
-# LINT: missing "&&" at closing "}"
-	{
-		echo c
-	}
-	baz
-)