Files
DSTEngine/hGameTest/node_modules/haxe/downloads/haxelib/test/tests/TestRemoveSymlinksBroken.hx
T
2025-01-15 19:28:55 +01:00

10 lines
154 B
Haxe

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