aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gna/bug0130/word_entity1.vhdl6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/gna/bug0130/word_entity1.vhdl b/testsuite/gna/bug0130/word_entity1.vhdl
index 0e6052f44..f22d8d39b 100644
--- a/testsuite/gna/bug0130/word_entity1.vhdl
+++ b/testsuite/gna/bug0130/word_entity1.vhdl
@@ -2,9 +2,9 @@
entity word_entity is
generic (
package word40 is new work.word_generic_pkg
- generic map (
- WIDTH => 40 -- not a generic in word_generic_pkg
- )
+ generic map (
+ WIDTH => 40 -- not a generic in word_generic_pkg
+ )
);
end entity;