diff --git a/gen_test.go b/gen_test.go index a42d1cd..88b6d43 100644 --- a/gen_test.go +++ b/gen_test.go @@ -3,6 +3,5 @@ package main import "testing" func TestSqrt(t *testing.T) { - - t.Error("an error") + //t.Error("an error") }