aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/bug2042.ys
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-05-13 10:11:45 -0700
committerEddie Hung <eddie@fpgeh.com>2020-05-13 10:11:45 -0700
commit0d2c33f9f4f8ca1bb507e3e688e0c7d372f0247b (patch)
tree89597f7f47d6f8134693afb798b0a1102f0c0a7c /tests/verilog/bug2042.ys
parent1f3003be7d464372b1c94d6b8e47ffa0d75de0d3 (diff)
downloadyosys-0d2c33f9f4f8ca1bb507e3e688e0c7d372f0247b.tar.gz
yosys-0d2c33f9f4f8ca1bb507e3e688e0c7d372f0247b.tar.bz2
yosys-0d2c33f9f4f8ca1bb507e3e688e0c7d372f0247b.zip
tests: update/extend task argument tests
Diffstat (limited to 'tests/verilog/bug2042.ys')
-rw-r--r--tests/verilog/bug2042.ys3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/verilog/bug2042.ys b/tests/verilog/bug2042.ys
index 009e2c20c..f9d8e2837 100644
--- a/tests/verilog/bug2042.ys
+++ b/tests/verilog/bug2042.ys
@@ -1,4 +1,4 @@
-logger -expect error "Non-ANSI style task/function arguments not currently supported" 1
+logger -expect error "task/function argument direction missing" 1
read_verilog <<EOT
module Task_Test_Top
(
@@ -9,4 +9,3 @@ module Task_Test_Top
endmodule
EOT
-