commit | 7c20aab621c25c209472e906816f48b7c9945321 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Aug 22 20:46:05 2013 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Aug 22 20:46:05 2013 +0000 |
tree | 18ce807d84369293d8b120c69b754b1d9174f94d | |
parent | c2ecf0d815450b8a4c8ff3f9f78ecd9bd29b57ab [diff] [blame] |
FileCheckize some tests. llvm-svn: 189060
diff --git a/llvm/test/TableGen/strconcat.td b/llvm/test/TableGen/strconcat.td index 0173c49..dfb1a94 100644 --- a/llvm/test/TableGen/strconcat.td +++ b/llvm/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");