Skip to content

Commit 9dd454b

Browse files
committed
remove obsolete test case
1 parent 7ab6eee commit 9dd454b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

decimal_test.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,14 +3799,3 @@ func ExampleNewFromFloat() {
37993799
//0.123123123123123
38003800
//-10000000000000
38013801
}
3802-
3803-
func Test_XD1(t *testing.T) {
3804-
t.Log(New(0,1).Cmp(Zero))
3805-
t.Log(New(0,1).Equal(Zero))
3806-
t.Error(New(1,2))
3807-
3808-
// OUTPUT:
3809-
//123.123123123123
3810-
//0.123123123123123
3811-
//-10000000000000
3812-
}

0 commit comments

Comments
 (0)