aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/sputnik_converted/08_Types/8.4_The_String_Type/S8.4_A11.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/sputnik_converted/08_Types/8.4_The_String_Type/S8.4_A11.js')
-rw-r--r--test/suite/sputnik_converted/08_Types/8.4_The_String_Type/S8.4_A11.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/test/suite/sputnik_converted/08_Types/8.4_The_String_Type/S8.4_A11.js b/test/suite/sputnik_converted/08_Types/8.4_The_String_Type/S8.4_A11.js
deleted file mode 100644
index 97b11fac5..000000000
--- a/test/suite/sputnik_converted/08_Types/8.4_The_String_Type/S8.4_A11.js
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2009 the Sputnik authors. All rights reserved.
-// This code is governed by the BSD license found in the LICENSE file.
-
-/**
-* @name: S8.4_A11;
-* @section: 8.4, 7.8.4;
-* @assertion: Presence of reserved words in string literal are allowed;
-* @description: Create string variable, thet include all reserved words;
-*/
-
-
-// Converted for Test262 from original Sputnik source
-
-ES5Harness.registerTest( {
-id: "S8.4_A11",
-
-path: "TestCases/08_Types/8.4_The_String_Type/S8.4_A11.js",
-
-assertion: "Presence of reserved words in string literal are allowed",
-
-description: "Create string variable, thet include all reserved words",
-
-test: function testcase() {
- //////////////////////////////////////////////////////////////////////////////
-//CHECK#1
-var __delete=" break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof ";
-//
-//////////////////////////////////////////////////////////////////////////////
-
- }
-});
-