First commit
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package tests;
|
||||
|
||||
class TestRemoveSymlinksBroken extends TestRemoveSymlinks
|
||||
{
|
||||
public function new():Void {
|
||||
super();
|
||||
this.lib = "symlinks-broken";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user