aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd')
-rw-r--r--testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd b/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd
index fddabba85..cd78aaacf 100644
--- a/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd
+++ b/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd
@@ -35,10 +35,10 @@ begin
process is
- --use project.mem_pkg;
- --use project.mem_pkg.all;
- use work.mem_pkg;
- use work.mem_pkg.all;
+ use project.mem_pkg;
+ use project.mem_pkg.all;
+ --use work.mem_pkg;
+ --use work.mem_pkg.all;
variable words : word_array(0 to 3);
begin