Skip to content

Commit 371c274

Browse files
committed
Promote tests
1 parent 21da774 commit 371c274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/passing/tests/class_expr.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ class c =
1818

1919
class c =
2020
(let () = print_endline "Class init" in
21-
with_param)
21+
with_param )
2222
()

0 commit comments

Comments
 (0)