diff options
Diffstat (limited to 'tests/verilog/unmatched_elsif.ys')
-rw-r--r-- | tests/verilog/unmatched_elsif.ys | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/verilog/unmatched_elsif.ys b/tests/verilog/unmatched_elsif.ys new file mode 100644 index 000000000..e0ed0aa49 --- /dev/null +++ b/tests/verilog/unmatched_elsif.ys @@ -0,0 +1,6 @@ +logger -expect error "Found `elsif outside of macro conditional branch!" 1 +read_verilog <<EOT +module top; +`elsif +endmodule +EOT |