diff --git a/test_regress/t/t_func_bad.pl b/test_regress/t/t_func_bad.pl index b75ab14ad..5beba7834 100755 --- a/test_regress/t/t_func_bad.pl +++ b/test_regress/t/t_func_bad.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl if (!$::Driver) { use FindBin; exec("./driver.pl", @ARGV, $0); die; } -# $Id:$ +# $Id$ # DESCRIPTION: Verilator: Verilog Test driver/expect definition # # Copyright 2003 by Wilson Snyder. This program is free software; you can @@ -13,7 +13,7 @@ compile ( '%Error: t/t_func_bad.v:\d+: Too few arguments in function call %Error: t/t_func_bad.v:\d+: Too many arguments in function call %Error: t/t_func_bad.v:\d+: Too few arguments in function call -%Error: t/t_func_bad.v:\d+: Unsupported: Task output pin connected to non-variable +%Error-TASKNSVAR: t/t_func_bad.v:\d+: Unsupported: Task output pin connected to non-variable %Error: t/t_func_bad.v:\d+: Outputs not allowed in function declarations %Error: Exiting due to', );