diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-29 19:02:49 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-29 20:55:18 +0100 |
commit | b1cbde6fceb6353dab0042a402a186247b5e7f39 (patch) | |
tree | 8b7b590466c6b75bbd340fe338ae45cbc84950f0 /testsuite/gna/issue202/repro.vhdl | |
parent | 00e936db3909875d17512543d2573c635bc2a38a (diff) | |
download | ghdl-b1cbde6fceb6353dab0042a402a186247b5e7f39.tar.gz ghdl-b1cbde6fceb6353dab0042a402a186247b5e7f39.tar.bz2 ghdl-b1cbde6fceb6353dab0042a402a186247b5e7f39.zip |
Adjust testcase #202
Diffstat (limited to 'testsuite/gna/issue202/repro.vhdl')
-rw-r--r-- | testsuite/gna/issue202/repro.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue202/repro.vhdl b/testsuite/gna/issue202/repro.vhdl index 2f2e532f5..fbca59ecf 100644 --- a/testsuite/gna/issue202/repro.vhdl +++ b/testsuite/gna/issue202/repro.vhdl @@ -35,7 +35,7 @@ architecture a of e is expected_to_string => to_string, actual_to_string => to_string ); - alias T_SCOREBOARD is P_Scoreboard.ScoreBoardPType + alias T_SCOREBOARD is P_Scoreboard.ScoreBoardPType; shared variable ScoreBoard : T_SCOREBOARD; -- this causes the error message begin |