aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd')
-rw-r--r--testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd b/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd
index 24c549c59..c356c4b0b 100644
--- a/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd
+++ b/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd
@@ -50,7 +50,7 @@ BEGIN
end write1;
procedure read1 is
- file F: TEXT open read_mode is "s010301.in";
+ file F: TEXT open read_mode is "iofile.64";
variable L: LINE;
variable i,v_integer : Integer;
begin