-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AST binary version preservation test
Signed-off-by: Nathan Rebours <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Binary file removed
BIN
-460 Bytes
test/driver/run_as_ppx_rewriter_preserve_version/test.t/406_binary_ast
Binary file not shown.
Binary file added
BIN
+651 Bytes
test/driver/run_as_ppx_rewriter_preserve_version/test.t/408_binary_ast
Binary file not shown.
8 changes: 4 additions & 4 deletions
8
test/driver/run_as_ppx_rewriter_preserve_version/test.t/run.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |