Fix importing filename in module-code/instn-star-err-not-found.js test

Fix the incorrect module filename.
This commit is contained in:
Yusuke Suzuki 2016-07-29 04:24:07 +09:00 committed by Mike Pennisi
parent dbf251586e
commit e2fb909a1d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +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 './inst-import-star-err-not-found-empty_FIXTURE.js';
export { x } from './instn-star-err-not-found-empty_FIXTURE.js';

View File

@ -26,4 +26,4 @@ negative: SyntaxError
flags: [module]
---*/
import * as ns from './inst-import-star-err-not-found-faulty_FIXTURE.js';
import * as ns from './instn-star-err-not-found-faulty_FIXTURE.js';