mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Fix syntax test
* test-suite/tests/syntax.test ("expressions"): The source location alist is unordered.
This commit is contained in:
parent
ee7d18ec41
commit
3bce507407
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
(with-test-prefix "Bad argument list"
|
||||
|
||||
(pass-if-equal "syntax-error location"
|
||||
'((line . 1) (column . 2) (filename . "example.scm"))
|
||||
'((filename . "example.scm") (line . 1) (column . 2))
|
||||
(catch 'syntax-error
|
||||
(lambda ()
|
||||
(eval (call-with-input-string "\n (let foo bar)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue