about summary refs log tree commit diff
path: root/third_party/git/t/t4018/cpp-skip-comment-block
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/cpp-skip-comment-block')
-rw-r--r--third_party/git/t/t4018/cpp-skip-comment-block9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/t4018/cpp-skip-comment-block b/third_party/git/t/t4018/cpp-skip-comment-block
deleted file mode 100644
index 3800b9967a..0000000000
--- a/third_party/git/t/t4018/cpp-skip-comment-block
+++ /dev/null
@@ -1,9 +0,0 @@
-struct item RIGHT(int i)
-// Do not
-// pick up
-/* these
-** comments.
-*/
-{
-	ChangeMe;
-}