tracks/ceylon/exercises/hamming/source/hamming/HammingTest.ceylon in trackler-2.2.1.30 vs tracks/ceylon/exercises/hamming/source/hamming/HammingTest.ceylon in trackler-2.2.1.31
- old
+ new
@@ -1,7 +1,7 @@
import ceylon.test { ... }
-// Tests adapted from x-common version 1.0.0
+// Tests adapted from problem-specifications version 1.0.0
{[String, String, Integer?]*} cases => {
// identical strands
["A", "A", 0],
// long identical strands
["GGACTGA", "GGACTGA", 0],