aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion/Inputs/comments.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeCompletion/Inputs/comments.h')
-rw-r--r--test/CodeCompletion/Inputs/comments.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeCompletion/Inputs/comments.h b/test/CodeCompletion/Inputs/comments.h
deleted file mode 100644
index 7b4b5daa0bd5..000000000000
--- a/test/CodeCompletion/Inputs/comments.h
+++ /dev/null
@@ -1,4 +0,0 @@
-// PR32732
-struct B {
- // <- code completion
-};