aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/strconcat.td
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-22 20:46:05 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-22 20:46:05 +0000
commitb4be7f6b04c990d6bd969e7304d350de45c87f04 (patch)
treeb656cdc3a28824063e039346c1785237fbb66609 /test/TableGen/strconcat.td
parent344cfb4db4b22f3330cbfc5ccb5e1149cd4e17e3 (diff)
downloadexternal_llvm-b4be7f6b04c990d6bd969e7304d350de45c87f04.zip
external_llvm-b4be7f6b04c990d6bd969e7304d350de45c87f04.tar.gz
external_llvm-b4be7f6b04c990d6bd969e7304d350de45c87f04.tar.bz2
FileCheckize some tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189060 91177308-0d34-0410-b5e6-96231b3b80d8
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");