Skip to content

Commit 1a325ed

Browse files
authored
Merge pull request #622 from diffblue/error_first_line1
Verilog: KNOWNBUG test for input file without newline
2 parents 3296ed5 + f05034e commit 1a325ed

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
error_first_line1.v
3+
4+
5+
^file error_first_line1.v: syntax error
6+
^EXIT=1$
7+
^SIGNAL=0$
8+
--
9+
--
10+
The line number is missing in the error message.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module test(some syntax error); // no newline

0 commit comments

Comments
 (0)