Skip to content

Commit 86d8e31

Browse files
committed
reorder test list, as its order is currently meaningless
1 parent e992f6b commit 86d8e31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/unit/test_translation_unit.ml

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ let test_parse_and_format_expression =
124124

125125
let tests =
126126
List.concat
127-
[ test_parse_and_format_signature
128-
; test_parse_and_format_use_file
129-
; test_parse_and_format_core_type
127+
[ test_parse_and_format_core_type
128+
; test_parse_and_format_expression
130129
; test_parse_and_format_module_type
131-
; test_parse_and_format_expression ]
130+
; test_parse_and_format_signature
131+
; test_parse_and_format_use_file ]

0 commit comments

Comments
 (0)