aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/strconcat.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/strconcat.td')
-rw-r--r--test/TableGen/strconcat.td4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/TableGen/strconcat.td b/test/TableGen/strconcat.td
index 0173c49..dfb1a94 100644
--- a/test/TableGen/strconcat.td
+++ b/test/TableGen/strconcat.td
@@ -1,4 +1,6 @@
-// RUN: llvm-tblgen %s | grep fufoo
+// RUN: llvm-tblgen %s | FileCheck %s
+
+// CHECK: fufoo
class Y<string S> {
string T = !strconcat(S, "foo");