mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 00:07:19 +08:00
Revert "Fix failing test case"
This reverts commit c29cc78853f9cfb5efc4e923c7d9fca6fda8fbf7.
This commit is contained in:
parent
92e22c57a7
commit
f049f175d5
@ -457,12 +457,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
public override ModType Type => ModType.Conversion;
|
||||
}
|
||||
|
||||
private class TestUnimplementedModOsuRuleset : OsuRuleset, ILegacyRuleset
|
||||
private class TestUnimplementedModOsuRuleset : OsuRuleset
|
||||
{
|
||||
public override string ShortName => "unimplemented";
|
||||
|
||||
int ILegacyRuleset.LegacyID => -1;
|
||||
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type)
|
||||
{
|
||||
if (type == ModType.Conversion) return base.GetModsFor(type).Concat(new[] { new TestUnimplementedMod() });
|
||||
|
Loading…
x
Reference in New Issue
Block a user