mirror of https://github.com/tc39/test262.git
Recover Fixture files
This commit is contained in:
parent
b13b5b9843
commit
dac8fd4975
|
@ -35,6 +35,6 @@ template: catch
|
|||
---*/
|
||||
|
||||
//- params
|
||||
'./instn-iee-err-ambiguous-export.js'
|
||||
'./instn-iee-err-ambiguous-export_FIXTURE.js'
|
||||
//- body
|
||||
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…
Reference in New Issue