X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTableGen%2Fstrconcat.td;h=dfb1a94d82c8b25767f2f1d8770ad4fa51995966;hb=1d9ab2556024514c403135bb8fe5da34fc4f0c63;hp=fc0d80596c92584ddeb068288c85f4aea5e1d0ca;hpb=d7a50cf28c48d44cee0aa4c5abe2dce359a10727;p=oota-llvm.git diff --git a/test/TableGen/strconcat.td b/test/TableGen/strconcat.td index fc0d80596c9..dfb1a94d82c 100644 --- a/test/TableGen/strconcat.td +++ b/test/TableGen/strconcat.td @@ -1,4 +1,6 @@ -// RUN: tblgen %s | grep fufoo +// RUN: llvm-tblgen %s | FileCheck %s + +// CHECK: fufoo class Y { string T = !strconcat(S, "foo");