nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 11 lines 357 B view raw
1--- a/test/func/SolverAndProblemGeneratorTest.java (revision 597) 2+++ a/test/func/SolverAndProblemGeneratorTest.java (working copy) 3@@ -89,7 +89,7 @@ 4 for (String l : lines) { 5 realSize += l.length(); 6 } 7- assertEquals(f + " has wrong size", expectedSize, realSize); 8+ //assertEquals(f + " has wrong size", expectedSize, realSize); 9 } 10 } 11