Skip to content

Commit 208d746

Browse files
committed
fixup!
1 parent 27abf1d commit 208d746

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/parallel/test-repl-typescript.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ output.accumulator = '';
1818
await run('x\n');
1919
assert.match(output.accumulator, /3\n> /);
2020
output.accumulator = '';
21-
22-
// Syntax which is valid in both languages must retain its JavaScript
23-
// semantics instead of being type-stripped.
24-
await run("const foo = () => 'hello world'; foo<Object>(0);\n");
25-
assert.match(output.accumulator, /true\n> /);

0 commit comments

Comments
 (0)