From 6b7c0f58af77e9f063a75ffaa3b9532d9c8348bf Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Wed, 13 Mar 2019 01:22:14 +0800 Subject: [PATCH] fix typo in test --- test/compress/issue-2719.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/compress/issue-2719.js b/test/compress/issue-2719.js index c8b0918e..dc37f404 100644 --- a/test/compress/issue-2719.js +++ b/test/compress/issue-2719.js @@ -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]", ] }