Browse Source

Fixed faulty test

master
Ludovic 'Archivist' Lagouardette 1 year ago
parent
commit
7d72930f9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/004.exp

+ 1
- 1
tests/004.exp View File

@ -86,7 +86,7 @@ expect eof
spawn -noecho $SUGAR_EXECUTABLE tests/004/incomplete-07.mol lex parse
expect {
eof { abort "should display failure line" }
{incomplete-07.mol:2}
{incomplete-07.mol:1}
}
expect {
eof { abort "should display failure in incomplete-07" }

Loading…
Cancel
Save