Ticket #1974: fix-gmp-test.patch
| File fix-gmp-test.patch, 0.6 KB (added by rgrjr, 11 years ago) |
|---|
-
t/dynoplibs/trans.t
diff --git a/t/dynoplibs/trans.t b/t/dynoplibs/trans.t index f64e222..bc8e990 100644
a b 493 493 config = interp[.IGLOBALS_CONFIG_HASH] 494 494 .local int intvalsize 495 495 intvalsize = config['intvalsize'] 496 .local intgmp496 .local string gmp 497 497 gmp = config['gmp'] 498 498 499 499 if intvalsize != 4 goto can_test 500 if gmp goto can_test500 if gmp == 'define' goto can_test 501 501 skip(40,'No integer overflow for 32-bit INTVALs without GMP installed') 502 502 goto end 503 503
