Ticket #1267: bitwise_t.patch
| File bitwise_t.patch, 463 bytes (added by bubaflub, 12 years ago) |
|---|
-
t/op/bitwise.t
diff --git t/op/bitwise.t t/op/bitwise.t index 880ec9a..101a756 100644
390 390 interp = getinterp 391 391 .local pmc config 392 392 config = interp[.IGLOBALS_CONFIG_HASH] 393 .local stringgmp393 .local int gmp 394 394 gmp = config['gmp'] 395 395 396 396 if gmp, runtest 397 skip( 1, 'no BigInt lib found' )397 skip( 2, 'no BigInt lib found' ) 398 398 goto END 399 399 400 400 runtest:
