summaryrefslogtreecommitdiff
path: root/release_23/test/TableGen/CStyleComment.td
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/test/TableGen/CStyleComment.td')
-rw-r--r--release_23/test/TableGen/CStyleComment.td14
1 files changed, 0 insertions, 14 deletions
diff --git a/release_23/test/TableGen/CStyleComment.td b/release_23/test/TableGen/CStyleComment.td
deleted file mode 100644
index 703ae6837eb8..000000000000
--- a/release_23/test/TableGen/CStyleComment.td
+++ /dev/null
@@ -1,14 +0,0 @@
-// Test that multiline, nested, comments work correctly.
-//
-// RUN: tblgen < %s
-
-/* Foo
- bar
- /*
- blah
- */
-
- stuff
- */
-
-def x;