XFAIL a new tblgen test for memory leak checking.

llvm-svn: 99707
This commit is contained in:
Jeffrey Yasskin 2010-03-27 04:59:47 +00:00
parent a4044332a9
commit b832e3276a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: tblgen %s | FileCheck %s
// XFAIL: vg_leak
class A<int k, bits<2> x = 1> {
int K = k;