compiler.cfg.registers: Missed a renmae for d: and r:.

char-rename
Doug Coleman 2017-06-04 17:06:48 -05:00
parent 7a92c91b6d
commit d0766692ef
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ IN: compiler.cfg.registers.tests
! 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
] unit-test