| 
									
										
										
										
											2009-04-22 11:46:50 -04:00
										 |  |  | USING: compiler.errors stack-checker.errors tools.test words ;
 | 
					
						
							|  |  |  | IN: tools.errors | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DEFER: blah | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-03 12:39:59 -04:00
										 |  |  | { } [ | 
					
						
							| 
									
										
										
										
											2009-04-22 11:46:50 -04:00
										 |  |  |     { | 
					
						
							|  |  |  |         T{ compiler-error | 
					
						
							| 
									
										
										
										
											2009-04-24 01:10:48 -04:00
										 |  |  |            { error T{ do-not-compile f blah } } | 
					
						
							| 
									
										
										
										
											2009-04-22 11:46:50 -04:00
										 |  |  |            { asset blah } | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } errors. | 
					
						
							| 
									
										
										
										
											2015-07-02 13:34:01 -04:00
										 |  |  | ] unit-test |