From 620458ed156b7a1d779119dc916e4c1f357ec71e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 27 Dec 2013 04:11:04 +0100 Subject: vests testsuite: reorder some tests for file io. Add some ENTITY option. Fix some tests. --- .../clifton-labs/compliant/functional/textio/read/simple-read.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl') diff --git a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl index 0ce2968..452c0b7 100644 --- a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl +++ b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl @@ -29,7 +29,7 @@ architecture only of simple_read is type integer_file is file of integer; begin -- only doit: process - file infile : integer_file open read_mode is "simple-read.in"; + file infile : integer_file open read_mode is "simple.file"; variable v : integer; begin -- process -- cgit