compiler.cfg.registers: Missed a renmae for d: and r:.
parent
7a92c91b6d
commit
d0766692ef
|
@ -3,6 +3,6 @@ IN: compiler.cfg.registers.tests
|
||||||
|
|
||||||
! Ensure prettyprinting of ds/rs-loc is right
|
! Ensure prettyprinting of ds/rs-loc is right
|
||||||
|
|
||||||
{ "D: 3\nR: -1\n" } [
|
{ "d: 3\nr: -1\n" } [
|
||||||
[ d: 3 . r: -1 . ] with-string-writer
|
[ d: 3 . r: -1 . ] with-string-writer
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue