compiler: fix rename
							parent
							
								
									5a52224ef5
								
							
						
					
					
						commit
						62686907fe
					
				| 
						 | 
					@ -34,7 +34,7 @@ IN: compiler.tree.propagation.call-effect.tests
 | 
				
			||||||
            ( -- a b c )
 | 
					            ( -- a b c )
 | 
				
			||||||
            2dup
 | 
					            2dup
 | 
				
			||||||
            [
 | 
					            [
 | 
				
			||||||
                [ [ datastack ] dip dip ] dip dup terminated?>>
 | 
					                [ [ get-datastack ] dip dip ] dip dup terminated?>>
 | 
				
			||||||
                [ 2drop f ] [
 | 
					                [ 2drop f ] [
 | 
				
			||||||
                    dup in>> length swap out>> length
 | 
					                    dup in>> length swap out>> length
 | 
				
			||||||
                    check-datastack
 | 
					                    check-datastack
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue