diff --git a/testdata/parser/negative/6.pdl b/testdata/parser/negative/6.pdl index 7f523a40d6a8bf1b7912888956be1a8da25803c6..e14397e74e2eb9a777d743bb0ab71782c3b8cfaa 100644 --- a/testdata/parser/negative/6.pdl +++ b/testdata/parser/negative/6.pdl @@ -4,5 +4,5 @@ import std.reo; // duplicate formal parameters composite main(in a, out a) { - new sync(a, a); + new sync_component(a, a); }