blob: 0d92b5b17677a35e28a5430969339c7ff1c1cd8d [file] [edit]
try {
await import("./tla-cycle/a.js");
throw "Expected an exception";
} catch (e) {
if (e.message !== "C failed") {
throw "Incorrect exception message";
}
}