| Index: test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js
|
| diff --git a/test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js b/test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ce3e1614421ac78d058cb59bd51df80161ad2040
|
| --- /dev/null
|
| +++ b/test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js
|
| @@ -0,0 +1,16 @@
|
| +// Copyright 2012 Mozilla Corporation. All rights reserved.
|
| +// This code is governed by the BSD license found in the LICENSE file.
|
| +
|
| +/*---
|
| +es5id: 11.1.1_1
|
| +description: Tests that the this-value is ignored in NumberFormat.
|
| +author: Norbert Lindenberg
|
| +includes: [testIntl.js]
|
| +---*/
|
| +
|
| +// A follow-on patch will replace this with a test against the new semantics.
|
| +// This file is added in this form so that the local test262 test process
|
| +// patch can create a proper local-tests directory.
|
| +// It is expected to fail in the status file, so this variable read will fail.
|
| +
|
| +placeholder
|
|
|