aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/MultiValuedOption.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/MultiValuedOption.td')
-rw-r--r--test/LLVMC/MultiValuedOption.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/MultiValuedOption.td b/test/LLVMC/MultiValuedOption.td
index 50c1f3d..b6da6ce 100644
--- a/test/LLVMC/MultiValuedOption.td
+++ b/test/LLVMC/MultiValuedOption.td
@@ -21,4 +21,4 @@ def dummy_tool : Tool<[
(not_empty "baz"), (forward "baz")))
]>;
-def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>;
+def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;