Skip to content

Commit

Permalink
1.2 is a problematic float to print out
Browse files Browse the repository at this point in the history
Lower the default display precision for this test
  • Loading branch information
rlerdorf committed Jul 14, 2014
1 parent 55069b4 commit 050ef52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/intl/tests/collator_get_locale.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ get_locale() icu <= 4.2
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
<?php if(version_compare(INTL_ICU_VERSION, '4.3', '<') != 1) print 'skip'; ?>
--INI--
precision=6
--FILE--
<?php

Expand Down

0 comments on commit 050ef52

Please sign in to comment.