compiler.tree.dead-code: fix test

It was using "read" in an optimization test, but since "read" is now inline, it wasn't getting the expected optimized quotation back.
db4
Joe Groff 2011-10-14 23:24:36 -07:00
parent f626e456dd
commit dbda6cb40b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ IN: compiler.tree.dead-code.tests
[ [ drop 1 ] ] [ [ [ 1 ] dip drop ] optimize-quot ] unit-test
[ [ read drop 1 2 ] ] [ [ read [ 1 2 ] dip drop ] optimize-quot ] unit-test
[ [ stream-read1 drop 1 2 ] ] [ [ stream-read1 [ 1 2 ] dip drop ] optimize-quot ] unit-test
[ [ over >R + R> ] ] [ [ [ + ] [ drop ] 2bi ] optimize-quot ] unit-test