aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/repro_2005.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/repro_2005.test.js')
-rw-r--r--test/bun.js/repro_2005.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bun.js/repro_2005.test.js b/test/bun.js/repro_2005.test.js
index bd80ab7dd..dc0cd9a97 100644
--- a/test/bun.js/repro_2005.test.js
+++ b/test/bun.js/repro_2005.test.js
@@ -8,5 +8,4 @@ it("regex literal with non-Latin1 should work", () => {
//Incorrect result: 这是一段要替换的文字
expect(text.replace(/要替换/, "")).toBe("这是一段的文字");
-
});