diff options
Diffstat (limited to 'llvm/test/LLVMC/C/include.c')
| -rw-r--r-- | llvm/test/LLVMC/C/include.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/C/include.c b/llvm/test/LLVMC/C/include.c index 07ae761d2c8..9c9530bfb49 100644 --- a/llvm/test/LLVMC/C/include.c +++ b/llvm/test/LLVMC/C/include.c @@ -2,6 +2,7 @@ * Check that the 'include' options work. * RUN: echo "int x;\n" > %t1.inc * RUN: llvmc -include %t1.inc -fsyntax-only %s + * XFAIL: vg_leak */ int f0(void) { |

