aboutsummaryrefslogtreecommitdiff
path: root/test/LLVMC
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-15 03:17:06 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-15 03:17:06 +0000
commit0b1a39577b9344b4c1cd38047489dc1ed3aebe9e (patch)
treeac4aef4598cabe68e221e462c819339e72505af2 /test/LLVMC
parent17f26b4fd2473eb6224527105c293a73193e62e3 (diff)
Revert r96130 ("Forward parameter options as '-option=param'").
This behaviour must be configurable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC')
-rw-r--r--test/LLVMC/ForwardAs.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ForwardAs.td b/test/LLVMC/ForwardAs.td
index 28bba60409..ce6fbb06ef 100644
--- a/test/LLVMC/ForwardAs.td
+++ b/test/LLVMC/ForwardAs.td
@@ -13,7 +13,7 @@ def dummy_tool : Tool<[
(in_language "dummy"),
(out_language "dummy"),
(actions (case
- // CHECK: vec.push_back("unique_name
+ // CHECK: vec.push_back("unique_name")
(not_empty "dummy"), (forward_as "dummy", "unique_name")))
]>;