summaryrefslogtreecommitdiff
path: root/src/class-fields/initializer-error/cls-decl-fields-comp-name.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/class-fields/initializer-error/cls-decl-fields-comp-name.template')
-rw-r--r--src/class-fields/initializer-error/cls-decl-fields-comp-name.template15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/class-fields/initializer-error/cls-decl-fields-comp-name.template b/src/class-fields/initializer-error/cls-decl-fields-comp-name.template
deleted file mode 100644
index a922c25b8..000000000
--- a/src/class-fields/initializer-error/cls-decl-fields-comp-name.template
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (C) 2017 Valerie Young. All rights reserved.
-// This code is governed by the BSD license found in the LICENSE file.
-
-/*---
-esid: sec-class-definitions-static-semantics-early-errors
-path: language/statements/class/fields-comp-name-
-name: computed ClassElementName
----*/
-
-throw "Test262: This statement should not be evaluated.";
-
-var x = "string";
-class C {
- static [x] = /*{ initializer }*/;
-}