summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/C/wall.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/C/wall.c')
-rw-r--r--llvm/test/LLVMC/C/wall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/C/wall.c b/llvm/test/LLVMC/C/wall.c
index 2c72ea69929..f6760990b88 100644
--- a/llvm/test/LLVMC/C/wall.c
+++ b/llvm/test/LLVMC/C/wall.c
@@ -1,7 +1,7 @@
/*
* Check that -Wall works as intended
* RUN: llvmc -Wall %s -o %t
- * RUN: ./%t | grep hello
+ * RUN: %abs_tmp | grep hello
*/
#include <stdio.h>
OpenPOWER on IntegriCloud