io.streams.peek: fix test using.
							parent
							
								
									aeb03fff38
								
							
						
					
					
						commit
						4af2c7ea1f
					
				| 
						 | 
					@ -1,10 +1,9 @@
 | 
				
			||||||
! Copyright (C) 2011 Doug Coleman.
 | 
					! Copyright (C) 2011 Doug Coleman.
 | 
				
			||||||
! See http://factorcode.org/license.txt for BSD license.
 | 
					! See http://factorcode.org/license.txt for BSD license.
 | 
				
			||||||
USING: accessors byte-arrays combinators
 | 
					USING: byte-arrays destructors io io.encodings.ascii
 | 
				
			||||||
combinators.short-circuit destructors io io.encodings.ascii
 | 
					io.encodings.binary io.files io.streams.byte-array
 | 
				
			||||||
io.encodings.binary io.private io.streams.byte-array
 | 
					io.streams.memory io.streams.peek io.streams.string kernel make
 | 
				
			||||||
io.streams.peek io.streams.string kernel locals make math
 | 
					namespaces sequences strings tools.test ;
 | 
				
			||||||
sequences tools.test vectors io.streams.memory ;
 | 
					 | 
				
			||||||
IN: io.streams.peek.tests
 | 
					IN: io.streams.peek.tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ CHAR: a ]
 | 
					[ CHAR: a ]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue