diff --git a/testdata/parser/negative/7.pdl b/testdata/parser/negative/7.pdl index b37b28604db2ba82798625f4cbcb04ca35b8f69f..6dc6bee31260777ad45fad4e26eef61e3d43224b 100644 --- a/testdata/parser/negative/7.pdl +++ b/testdata/parser/negative/7.pdl @@ -5,5 +5,5 @@ import std.reo; // shadowing formal parameter composite main(in a, out b) { channel c -> a; - new sync(a, b); + new sync_component(a, b); }