mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6454f24187
commit
ad4480cf8b
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-tblgen %s
|
||||
// XFAIL: vg_leak
|
||||
//
|
||||
// Test to make sure that lists work with any data-type
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-tblgen %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
// CHECK: def One {
|
||||
// CHECK-NEXT: list<string> names = ["Jeffrey Sinclair"];
|
||||
|
@ -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"]);
|
||||
|
Loading…
Reference in New Issue
Block a user