Commit 074aa90c authored by neis's avatar neis Committed by Commit bot

[test] Fix copy&paste error in bug link.

TBR=littledan@chromium.org
NOTRY=true
BUG=

Review-Url: https://codereview.chromium.org/2259793002
Cr-Commit-Position: refs/heads/master@{#38701}
parent 6b7493a4
......@@ -370,7 +370,7 @@ assertEqualsAsync(
assertThrows(() => eval("async({ foo = 1 })"), SyntaxError);
assertThrows(() => eval("async(a, { foo = 1 })"), SyntaxError);
// https://bugs.chromium.org/p/chromium/issues/detail?id=628984
// https://bugs.chromium.org/p/chromium/issues/detail?id=638019
async function gaga() {
let i = 1;
while (i-- > 0) { await 42 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment