diff options
Diffstat (limited to 'test/LLVMC/C/sink.c')
-rw-r--r-- | test/LLVMC/C/sink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLVMC/C/sink.c b/test/LLVMC/C/sink.c index bdff340da9..c4f9beba8c 100644 --- a/test/LLVMC/C/sink.c +++ b/test/LLVMC/C/sink.c @@ -2,6 +2,7 @@ * Check that the 'sink' options work. * RUN: llvmc -v -Wall %s -o %t |& grep "Wall" * RUN: %abs_tmp | grep hello + * XFAIL: vg_leak */ #include <stdio.h> |