Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / TableGen / DefmInherit.td
index 46d3f62c6d04dea5065c79cc73752913cfe98839..b52a709731e1a8e56114ffdd252847052a4efbb5 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | grep "zing = 4" | count 4
-// XFAIL: vg_leak
 
 class C1<int A, string B> { 
   int bar = A;