Skip to content

Commit

Permalink
fixup! fixup! Detect future syntax errors in the Syntax helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Sep 17, 2024
1 parent 1acb3fb commit 3383802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/reftests/pin.test
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ echo GARBAGE>>"$1"
Parse error [skipped]

[ERROR] Invalid opam file in pin-at-two-two source from file://${BASEDIR}/pin-at-two-two:
error 2: File format error: unsupported or missing file format version; should be 2.0 or older
error 2: File format error at line 11, column 0: Parse error
[ERROR] No package named pin-at-two-two found.
# Return code 5 #
### sh junk.sh pin-at-two-three/pin-at-two-three.opam
Expand All @@ -367,7 +367,7 @@ echo GARBAGE>>"$1"
Parse error [skipped]

[ERROR] Invalid opam file in pin-at-two-three source from file://${BASEDIR}/pin-at-two-three:
error 2: File format error: unsupported or missing file format version; should be 2.0 or older
error 2: File format error at line 11, column 0: Parse error
[ERROR] No package named pin-at-two-three found.
# Return code 5 #
### sh junk.sh pin-at-future/pin-at-future.opam
Expand Down

0 comments on commit 3383802

Please sign in to comment.