Skip to content
Snippets Groups Projects
Commit e2fb909a authored by Yusuke Suzuki's avatar Yusuke Suzuki Committed by Mike Pennisi
Browse files

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

Fix the incorrect module filename.
parent dbf25158
Branches
No related tags found
No related merge requests found
// 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';
......@@ -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';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment