Skip to content

Commit

Permalink
Fix error message of test syn_misc.at
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Jul 29, 2024
1 parent fbade2f commit 9c11204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testsuite.src/syn_misc.at
Original file line number Diff line number Diff line change
Expand Up @@ -8438,8 +8438,7 @@ AT_DATA([prog2.cob], [
])

AT_CHECK([$COMPILE_ONLY prog2.cob], [1], [],
[prog2.cob:2: error: syntax error, unexpected end of line, expecting Word or Literal
prog2.cob:2: error: PROGRAM-ID header missing
[prog2.cob:2: error: prog2.cob:2: error: PROGRAM-ID header missing
])

AT_CLEANUP
Expand Down

0 comments on commit 9c11204

Please sign in to comment.