aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug055/tb-behav.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-09-10 06:43:02 +0100
committerTristan Gingold <tgingold@free.fr>2016-09-12 20:28:23 +0200
commit14396514c4822239dfdd18dd42d43c75ec9c60ae (patch)
tree98fb3803ab3a5cb3b20d33dcc73e1c51d1c9706f /testsuite/gna/bug055/tb-behav.vhdl
parent1fd4397098c1bb94c1ce6c2081fa138518dca61f (diff)
downloadghdl-14396514c4822239dfdd18dd42d43c75ec9c60ae.tar.gz
ghdl-14396514c4822239dfdd18dd42d43c75ec9c60ae.tar.bz2
ghdl-14396514c4822239dfdd18dd42d43c75ec9c60ae.zip
Add testcase for generic packages.
Diffstat (limited to 'testsuite/gna/bug055/tb-behav.vhdl')
-rw-r--r--testsuite/gna/bug055/tb-behav.vhdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gna/bug055/tb-behav.vhdl b/testsuite/gna/bug055/tb-behav.vhdl
new file mode 100644
index 000000000..86c4f247c
--- /dev/null
+++ b/testsuite/gna/bug055/tb-behav.vhdl
@@ -0,0 +1,4 @@
+architecture behav of tb is
+begin
+ assert work.pkg2.get2 = 5;
+end behav;