Tests: Check for bug509.

This commit is contained in:
Wilson Snyder 2014-11-28 20:54:55 -05:00
parent 8b511379ac
commit a1aefd2330
1 changed files with 6 additions and 7 deletions

View File

@ -10,13 +10,12 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Comple time only test
compile (
verilator_flags2 => ["--lint-only"],
fails=>1,
# expect=>
# TBD better error message, bug509
#'.*
#%Error: Exiting due to.*',
);
verilator_flags2 => ["--lint-only"],
fails=>1,
expect=>
'.*%Error: t/t_bitsel_wire_array_bad.v:\d+: Illegal assignment of constant to unpacked array
%Error: Exiting due to.*',
);
ok(1);
1;