aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js')
-rw-r--r--test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js
index 33ed4f391..3cd72b2ab 100644
--- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js
+++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js
@@ -29,4 +29,4 @@ function testcase() {
var whiteSpacesStr = "\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
return (whiteSpacesStr.trim() === "");
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);