10 lines
		
	
	
		
			154 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package tests;
 | |
| 
 | |
| class TestRemoveSymlinksBroken extends TestRemoveSymlinks
 | |
| {
 | |
| 	public function new():Void {
 | |
| 		super();
 | |
| 		this.lib = "symlinks-broken";
 | |
| 	}
 | |
| }
 |