Explorar o código

Enable division tests

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
96468b8c76
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      test.bats

+ 0 - 2
test.bats

@@ -52,13 +52,11 @@
 }
 
 @test "Basic division" {
-        skip "Feature not implemented"
 	result="$(echo '42 / 7 =' | ./eval.out)"
 	[ "$result" = "6" ]
 }
 
 @test "Basic truncated division" {
-        skip "Feature not implemented"
 	result="$(echo '16 / 3 =' | ./eval.out)"
 	[ "$result" = "5" ]
 }