Skip to content

Commit 4b34fda

Browse files
committed
Added some comments on the test setup
1 parent 79f890a commit 4b34fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/mainTest.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ let subset_tests = "" >::: [SparseMatrixImplementationTest.tests]
2222
let () =
2323
print_string "\027[0;1munit: \027[0;0;00m";
2424
run_test_tt_main subset_tests (* Remove this and uncomment the line below to run all tests.*)
25-
(* run_test_tt_main all_tests *)
25+
(* run_test_tt_main all_tests *)

0 commit comments

Comments
 (0)