test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.

llvm-svn: 208393
This commit is contained in:
NAKAMURA Takumi 2014-05-09 08:18:33 +00:00
parent b275d7236c
commit 990c7c241f
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s
// XFAIL: vg_leak
//
// Test to make sure that lists work with any data-type

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s
// XFAIL: vg_leak
// CHECK: def One {
// CHECK-NEXT: list<string> names = ["Jeffrey Sinclair"];

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// CHECK: class Y<list<string> Y:S = ?> {
// CHECK: list<string> T1 = !listconcat(Y:S, ["foo"]);