Add a test for llvm-ar's 'd' operation.
[oota-llvm.git] / test / TableGen / SiblingForeach.td
index a11f6f87b42786800a7c774bb0e5e32ecd6c0d45..e4c4704a5e394bc3716531903b8ce95f3b1e04c4 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 class Set<int i = 0, int j = 0, int k = 0> {
   int I = i;