Fix typo in warning (#3324)

protoype -> prototype
This commit is contained in:
Ed S
2019-03-12 18:15:54 +00:00
committed by Alex Lam S.L
parent ea999b0e92
commit b1c0664066
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ warn: {
}().length);
}
expect_warnings: [
"WARN: Function.protoype.caller not supported [test/compress/issue-2719.js:5,19]",
"WARN: Function.protoype.arguments not supported [test/compress/issue-2719.js:5,19]",
"WARN: Function.prototype.caller not supported [test/compress/issue-2719.js:5,19]",
"WARN: Function.prototype.arguments not supported [test/compress/issue-2719.js:5,19]",
]
}