2025-01-15 19:42:35 +01:00

10 lines
154 B
Haxe

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