chase owen.
[oota-llvm.git] / test / LLVMC / MultipleOutputLanguages.td
index 02512c2db7cf2b0da48860d658f8268909340a26..ae0c92eefcf159e146e3ef92c728bd65e7583bb2 100644 (file)
@@ -9,12 +9,12 @@ include "llvm/CompilerDriver/Common.td"
 def dummy_tool : Tool<[
     (command "dummy_cmd"),
     (in_language "dummy_lang"),
-    (out_language ["another_dummy_lang", "yet_another_dummy_lang"])
+    (out_language "another_dummy_lang", "yet_another_dummy_lang")
 ]>;
 
 def another_dummy_tool : Tool<[
     (command "another_dummy_cmd"),
-    (in_language ["another_dummy_lang", "some_other_dummy_lang"]),
+    (in_language "another_dummy_lang", "some_other_dummy_lang"),
     (out_language "executable"),
     (join)
 ]>;