diff options
Diffstat (limited to 'test-suite/tests/syntax.test')
-rw-r--r-- | test-suite/tests/syntax.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/tests/syntax.test b/test-suite/tests/syntax.test index 4872866ab..b5b1088e0 100644 --- a/test-suite/tests/syntax.test +++ b/test-suite/tests/syntax.test @@ -1,7 +1,7 @@ ;;;; syntax.test --- test suite for Guile's syntactic forms -*- scheme -*- ;;;; ;;;; Copyright (C) 2001, 2003, 2004, 2005, 2006, 2009, 2010, -;;;; 2011, 2012, 2013, 2014, 2021, 2024 Free Software Foundation, Inc. +;;;; 2011, 2012, 2013, 2014, 2021, 2024, 2025 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -119,7 +119,7 @@ (eval (call-with-input-string "\n (let foo bar)" (lambda (port) (set-port-filename! port "example.scm") - (read port))) + (read-syntax port))) (interaction-environment))) (lambda (key proc message properties form subform . rest) properties))) |