Fix import paths in negative module tests (#4973)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
|
||||
/* Import/export statements must be in the global scope. */
|
||||
if (true) {
|
||||
import { c } from "../es.next/module-export-01.mjs";
|
||||
import { c } from "../module-export-01.mjs";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user