Skip to content

Commit

Permalink
Fix AST binary version preservation test
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Jan 21, 2025
1 parent 282a608 commit 2eab899
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions test/driver/run_as_ppx_rewriter_preserve_version/test.t/run.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Binary AST's of any by ppxlib supported OCaml version are supported.
The version is preserved.

$ cat 406_binary_ast | ../print_magic_number.exe
Magic number: Caml1999N022
$ cat 408_binary_ast | ../print_magic_number.exe
Magic number: Caml1999M025

$ ../identity_standalone.exe 406_binary_ast /dev/stdout | ../print_magic_number.exe
Magic number: Caml1999N022
$ ../identity_standalone.exe 408_binary_ast /dev/stdout | ../print_magic_number.exe
Magic number: Caml1999M025

0 comments on commit 2eab899

Please sign in to comment.