summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/unterminated-code-block-include.inc
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/TableGen/unterminated-code-block-include.inc')
-rw-r--r--llvm/test/TableGen/unterminated-code-block-include.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/TableGen/unterminated-code-block-include.inc b/llvm/test/TableGen/unterminated-code-block-include.inc
deleted file mode 100644
index a1363f810fd..00000000000
--- a/llvm/test/TableGen/unterminated-code-block-include.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-class test<code C> {
- code Code = C;
-}
-
-// TableGen used to allow code blocks starting in one file
-// and finishing in the parent one. This test checks
-// that this is reported as an error from now on.
-def foo : test<[{ hello world!
OpenPOWER on IntegriCloud