| Index: test/intl/number-format/parse-currency.js
|
| diff --git a/test/intl/number-format/parse-currency.js b/test/intl/number-format/parse-currency.js
|
| index c87ffea0d27a2c85e3bd849c0d7ecf67deddbeff..a57128ea60b384dca77fbc2c5793a34860f196ac 100644
|
| --- a/test/intl/number-format/parse-currency.js
|
| +++ b/test/intl/number-format/parse-currency.js
|
| @@ -28,6 +28,8 @@
|
| // Currency parsing is not yet supported. We need ICU49 or higher to get
|
| // it working.
|
|
|
| +// Flags: --intl-extra
|
| +
|
| var nf = new Intl.NumberFormat(['en'], {style: 'currency', currency: 'USD'});
|
|
|
| assertEquals(undefined, nf.v8Parse('USD 123.43'));
|
|
|