From f8af5cf600354830d4ccf59732403f0f073eccb9 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 22 Dec 2013 00:04:03 +0000 Subject: Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3): https://llvm.org/svn/llvm-project/llvm/branches/release_34@197841 --- test/TableGen/DefmInherit.td | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/TableGen/DefmInherit.td') diff --git a/test/TableGen/DefmInherit.td b/test/TableGen/DefmInherit.td index b52a709731e1..bfbb43568b43 100644 --- a/test/TableGen/DefmInherit.td +++ b/test/TableGen/DefmInherit.td @@ -1,4 +1,11 @@ -// 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; -- cgit v1.3