Skip to content

Commit 0db997d

Browse files
committed
small fix in tests
1 parent 7bff6a2 commit 0db997d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/run.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@
271271

272272

273273

274-
(test-model 'vdp vdp solver: rk4b compile: #t)
274+
(test-model 'vdp vdp solver: 'rk4b compile: #t)
275275

276-
(test-model 'iaf iaf solver: rk4b compile: #t)
276+
(test-model 'iaf iaf solver: 'rk4b compile: #t)
277277

278278
(test-model 'izhfs izhfs solver: 'rkdp compile: #t)
279279

0 commit comments

Comments
 (0)