We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e992f6b commit 86d8e31Copy full SHA for 86d8e31
test/unit/test_translation_unit.ml
@@ -124,8 +124,8 @@ let test_parse_and_format_expression =
124
125
let tests =
126
List.concat
127
- [ test_parse_and_format_signature
128
- ; test_parse_and_format_use_file
129
- ; test_parse_and_format_core_type
+ [ test_parse_and_format_core_type
+ ; test_parse_and_format_expression
130
; test_parse_and_format_module_type
131
- ; test_parse_and_format_expression ]
+ ; test_parse_and_format_signature
+ ; test_parse_and_format_use_file ]
0 commit comments