summaryrefslogtreecommitdiff
path: root/test-suite/tests/ecmascript.test
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/ecmascript.test')
-rw-r--r--test-suite/tests/ecmascript.test6
1 files changed, 2 insertions, 4 deletions
diff --git a/test-suite/tests/ecmascript.test b/test-suite/tests/ecmascript.test
index 17036f93d..96b1d6666 100644
--- a/test-suite/tests/ecmascript.test
+++ b/test-suite/tests/ecmascript.test
@@ -23,11 +23,9 @@
(define (eread str)
- (with-fluids ((%default-port-encoding "utf-8"))
- (call-with-input-string str read-ecmascript)))
+ (call-with-input-string str read-ecmascript))
(define (eread/1 str)
- (with-fluids ((%default-port-encoding "utf-8"))
- (call-with-input-string str read-ecmascript/1)))
+ (call-with-input-string str read-ecmascript/1))
(define-syntax parse
(syntax-rules ()