mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Recover Fixture files
This commit is contained in:
parent
b13b5b9843
commit
dac8fd4975
@ -35,6 +35,6 @@ template: catch
|
|||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- params
|
//- params
|
||||||
'./instn-iee-err-ambiguous-export.js'
|
'./instn-iee-err-ambiguous-export_FIXTURE.js'
|
||||||
//- body
|
//- body
|
||||||
assert.sameValue(error.name, 'SyntaxError');
|
assert.sameValue(error.name, 'SyntaxError');
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||||
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
|
export var x;
|
@ -0,0 +1,4 @@
|
|||||||
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||||
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
|
export var x;
|
@ -0,0 +1,4 @@
|
|||||||
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||||
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
|
export { x } from './instn-iee-err-ambiguous_FIXTURE.js';
|
@ -0,0 +1,5 @@
|
|||||||
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||||
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
|
export * from './instn-iee-err-ambiguous-1_FIXTURE.js';
|
||||||
|
export * from './instn-iee-err-ambiguous-2_FIXTURE.js';
|
Loading…
x
Reference in New Issue
Block a user