Fix test, wrong exepct rule used

This commit is contained in:
Xinchen Hui 2012-08-02 19:31:34 +08:00
parent 9a690859f6
commit 2b6ac9e1a0

View File

@ -15,7 +15,6 @@ $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
var_dump($value);
?>
--EXPECTREGEX--
--EXPECT--
int(2147483647)
int(2147483650)