Skip to content

Commit 7e82b2a

Browse files
Update PerftTest.kt
1 parent 1da07f2 commit 7e82b2a

File tree

1 file changed

+1
-9
lines changed
  • lib/chesskt/src/commonTest/kotlin/com/krossovochkin/chesskt/perft

1 file changed

+1
-9
lines changed

lib/chesskt/src/commonTest/kotlin/com/krossovochkin/chesskt/perft/PerftTest.kt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ class PerftTest {
6363
)
6464
}
6565

66-
@Test
67-
fun test() {
68-
val moves = Game.create("rnbq1k1r/pp1Pbppp/2p5/8/2B5/8/PPP1NnPP/RNBQK2R w KQ - 1 8")!!
69-
.availableMoves("d7".asSquare())
70-
println(moves)
71-
assertEquals(4, moves.size)
72-
}
73-
7466
@Test
7567
fun position6() {
7668
test(
@@ -97,4 +89,4 @@ class PerftTest {
9789
assertEquals(castlesCount, moves.count { it is Move.CastleMove }, "castles count not match")
9890
assertEquals(promotionsCount, moves.count { it is Move.PromotionMove }, "promotions count not match")
9991
}
100-
}
92+
}

0 commit comments

Comments
 (0)