tracks/ocaml/tools/test-generator/templates/atbash-cipher/template.ml in trackler-2.1.0.21 vs tracks/ocaml/tools/test-generator/templates/atbash-cipher/template.ml in trackler-2.1.0.22
- old
+ new
@@ -1,5 +1,5 @@
-open Core.Std
+open Core
open OUnit2
open Atbash_cipher
let ae exp got _test_ctxt = assert_equal ~printer:String.to_string exp got