Make tests register allocation independent again.
[oota-llvm.git] / test / LLVMC / C / hello.c
index b2d903f8d53f1d2b362ba39882d0ed9c2a82e28c..29ad39fd2cb6ab36ad9ae62e1d0f037744e54449 100644 (file)
@@ -2,6 +2,7 @@
  * Check that we can compile helloworld
  * RUN: llvmc %s -o %t
  * RUN: %abs_tmp | grep hello
+ * XFAIL: vg_leak
  */
 
 #include <stdio.h>