diff --git a/test/language/line-terminators/invalid-string-ls.js b/test/language/line-terminators/invalid-string-ls.js
deleted file mode 100644
index 07e0a7682daa75a95492d626425f594c4a1b2a8e..0000000000000000000000000000000000000000
--- a/test/language/line-terminators/invalid-string-ls.js
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2019 Mike Pennisi.  All rights reserved.
-// This code is governed by the BSD license found in the LICENSE file.
-
-/*---
-info: LINE SEPARATOR (U+2028) within strings is not allowed
-es5id: 7.3_A2.2_T1
-esid: sec-line-terminators
-description: Insert LINE SEPARATOR (\u2028) into string
-negative:
-  phase: parse
-  type: SyntaxError
----*/
-
-$DONOTEVALUATE();
-
-'
'
diff --git a/test/language/line-terminators/invalid-string-ps.js b/test/language/line-terminators/invalid-string-ps.js
deleted file mode 100644
index d2e3dec8e54651364653b07f43c2be81dfa7719d..0000000000000000000000000000000000000000
--- a/test/language/line-terminators/invalid-string-ps.js
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2019 Mike Pennisi.  All rights reserved.
-// This code is governed by the BSD license found in the LICENSE file.
-
-/*---
-info: PARAGRAPH SEPARATOR (U+2029) within strings is not allowed
-es5id: 7.3_A2.2_T1
-esid: sec-line-terminators
-description: Insert PARAGRAPH SEPARATOR (\u2029) into string
-negative:
-  phase: parse
-  type: SyntaxError
----*/
-
-$DONOTEVALUATE();
-
-'
'