Commit 2dbc985
committed
change the way the we were running the tests for data literals. It appears there's a
different class loader when using the REPL - w/o that loader the data literal tests fail
due to record class not being found.
instead of going through -main to kick off the tests go through an interactive path
where Clojure REPL bits will probably get loaded.1 parent b5f1860 commit 2dbc985
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments