Skip to content

Commit ffdc55f

Browse files
committed
Remove architecture-specific test.
Fixes issue #18.
1 parent 227668e commit ffdc55f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bencode_test.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@ var (
250250
SVPair{"i-7.5e", -7},
251251
SVPair{"i7.574E+2e", 757},
252252
SVPair{"i-7.574E+2e", -757},
253-
SVPair{"i7.574E+20e", -9223372036854775808},
253+
// This test is architecture specific.
254+
// See https://stackoverflow.com/a/70259392
255+
// SVPair{"i7.574E+20e", -9223372036854775808},
254256
SVPair{"i-7.574E+20e", -9223372036854775808},
255257
SVPair{"i7.574E-2e", 0},
256258
SVPair{"i-7.574E-2e", 0},

0 commit comments

Comments
 (0)