Commit c227a82a authored by Tristan Gingold's avatar Tristan Gingold

testsuite: improve test 027vhdl_parser

parent a7abea45
...@@ -20,4 +20,7 @@ architecture arch of gate is ...@@ -20,4 +20,7 @@ architecture arch of gate is
begin begin
assert false report msg; assert false report msg;
inst1: entity work.ent1 port map (s); inst1: entity work.ent1 port map (s);
inst2: comp port map (s);
inst3: component comp port map (s);
inst4: entity work.ent1(arch) port map (s);
end arch; end arch;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment