X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTableGen%2FDefmInherit.td;h=bfbb43568b4346112c2a3a21271e85ad1d3ee703;hb=6e08a410aa0a375450dfbdd3c1114aafc5fb1fb9;hp=46d3f62c6d04dea5065c79cc73752913cfe98839;hpb=4177e6fff50552908bab510f1e896fa974a6f155;p=oota-llvm.git diff --git a/test/TableGen/DefmInherit.td b/test/TableGen/DefmInherit.td index 46d3f62c6d0..bfbb43568b4 100644 --- a/test/TableGen/DefmInherit.td +++ b/test/TableGen/DefmInherit.td @@ -1,6 +1,12 @@ -// RUN: llvm-tblgen %s | grep "zing = 4" | count 4 +// RUN: llvm-tblgen %s | FileCheck %s // XFAIL: vg_leak +// CHECK: zing = 4 +// CHECK: zing = 4 +// CHECK: zing = 4 +// CHECK: zing = 4 +// CHECK-NOT: zing = 4 + class C1 { int bar = A; string thestr = B;