summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/NoActions.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/NoActions.td')
-rw-r--r--test/LLVMC/NoActions.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td
index 43fd007..2a4a749 100644
--- a/test/LLVMC/NoActions.td
+++ b/test/LLVMC/NoActions.td
@@ -1,10 +1,10 @@
// Check that tools without associated actions are accepted.
-// RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep dummy_tool
+// RUN: tblgen -I %p/../../include --gen-llvmc %s | grep dummy_tool
include "llvm/CompilerDriver/Common.td"
def dummy_tool : Tool<[
-(cmd_line "dummy_cmd"),
+(cmd_line "dummy_cmd $INFILE"),
(in_language "dummy"),
(out_language "dummy")
]>;
OpenPOWER on IntegriCloud