aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl')
-rw-r--r--testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl
index 1358d4091..e4933ad78 100644
--- a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl
+++ b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl
@@ -29,7 +29,7 @@ architecture test0 of character_array_read is
signal k : integer := 0;
begin
doit: process
- file filein : character_array_file open read_mode is "character_array_read.in";
+ file filein : character_array_file open read_mode is "character_array.file";
variable v : character_array(0 to 3);
variable len : natural;
begin