2021-03-07 05:58:59 +01:00

10 lines
154 B
Haxe

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