summaryrefslogtreecommitdiff
path: root/test/LLVMC/NoActions.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:04:51 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:04:51 +0000
commit7cebe55bade5c784fb9e2c574cc797fcd6cf1082 (patch)
treee47a85c1bda0575607bd94d50950c46c7baf5bf1 /test/LLVMC/NoActions.td
parenta34f97ab22d55b38423d25663cc26408ac34a721 (diff)
downloadllvm-7cebe55bade5c784fb9e2c574cc797fcd6cf1082.tar.gz
llvm-7cebe55bade5c784fb9e2c574cc797fcd6cf1082.tar.bz2
llvm-7cebe55bade5c784fb9e2c574cc797fcd6cf1082.tar.xz
Update the test suite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/NoActions.td')
-rw-r--r--test/LLVMC/NoActions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td
index 9c2d45a810..015bfdd097 100644
--- a/test/LLVMC/NoActions.td
+++ b/test/LLVMC/NoActions.td
@@ -7,7 +7,7 @@ include "llvm/CompilerDriver/Common.td"
// CHECK: class dummy_tool : public Tool {
def dummy_tool : Tool<[
-(cmd_line "dummy_cmd $INFILE"),
+(command "dummy_cmd"),
(in_language "dummy"),
(out_language "dummy")
]>;