summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch11/11.3/11.3.1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/intl402/ch11/11.3/11.3.1.js')
-rw-r--r--test/suite/intl402/ch11/11.3/11.3.1.js11
1 files changed, 2 insertions, 9 deletions
diff --git a/test/suite/intl402/ch11/11.3/11.3.1.js b/test/suite/intl402/ch11/11.3/11.3.1.js
index 2ca03c726..699949e18 100644
--- a/test/suite/intl402/ch11/11.3/11.3.1.js
+++ b/test/suite/intl402/ch11/11.3/11.3.1.js
@@ -2,19 +2,12 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
- * @path intl402/ch11/11.3/11.3.1.js
* @description Tests that Intl.Collator.prototype.constructor is the
* Intl.Collator.
*/
-var testcase = function() {
- "use strict";
-
- if (Intl.Collator.prototype.constructor !== Intl.Collator) {
+if (Intl.Collator.prototype.constructor !== Intl.Collator) {
$ERROR("Intl.Collator.prototype.constructor is not the same as " +
"Intl.Collator");
- }
-
- return true;
}
-runTestCase(testcase);
+