diff --git a/test/built-ins/RegExp/property-escapes/Assigned.js b/test/built-ins/RegExp/property-escapes/Assigned.js
index c068748773e65d5bd55b9ed8cfd60c5dc72ff101..7f80fd50bf4d3ed54f881c7f050c044587d3b106 100644
--- a/test/built-ins/RegExp/property-escapes/Assigned.js
+++ b/test/built-ins/RegExp/property-escapes/Assigned.js
@@ -891,7 +891,6 @@ const nonMatchSymbols = buildString({
     0x01F93F
   ],
   ranges: [
-    [0x00DC00, 0x00DFFF],
     [0x000378, 0x000379],
     [0x000380, 0x000383],
     [0x000557, 0x000558],
diff --git a/test/built-ins/RegExp/property-escapes/General_Category_-_Other.js b/test/built-ins/RegExp/property-escapes/General_Category_-_Other.js
index a7457f8e7cb94bf3ac3e28ccc427996574bb06ba..719dc1557b46c36fa8017b7fcb66b988dd22f4e2 100644
--- a/test/built-ins/RegExp/property-escapes/General_Category_-_Other.js
+++ b/test/built-ins/RegExp/property-escapes/General_Category_-_Other.js
@@ -764,7 +764,6 @@ const nonMatchSymbols = buildString({
     0x01F9C0
   ],
   ranges: [
-    [0x00DC00, 0x00DFFF],
     [0x000020, 0x00007E],
     [0x0000A0, 0x0000AC],
     [0x0000AE, 0x000377],
diff --git a/test/built-ins/RegExp/property-escapes/General_Category_-_Surrogate.js b/test/built-ins/RegExp/property-escapes/General_Category_-_Surrogate.js
index 935ae9cc20d4d287f65bea7a9402a9a0aa356761..d0ef0fd02bd9714ec1c26a2597277e1bccb97037 100644
--- a/test/built-ins/RegExp/property-escapes/General_Category_-_Surrogate.js
+++ b/test/built-ins/RegExp/property-escapes/General_Category_-_Surrogate.js
@@ -54,7 +54,6 @@ testPropertyEscapes(
 const nonMatchSymbols = buildString({
   loneCodePoints: [],
   ranges: [
-    [0x00DC00, 0x00DFFF],
     [0x000000, 0x00D7FF],
     [0x00E000, 0x10FFFF]
   ]