1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 20:22:55 +08:00

Make OsuTestCases use new non-realtime option

This commit is contained in:
Dean Herbert 2017-08-23 15:28:33 +09:00
parent 88106ab8e9
commit 1972b78cb1

View File

@ -14,7 +14,7 @@ namespace osu.Desktop.Tests.Visual
[Test] [Test]
public override void RunTest() public override void RunTest()
{ {
using (var host = new HeadlessGameHost()) using (var host = new HeadlessGameHost(realtime: false))
host.Run(new OsuTestCaseTestRunner(this)); host.Run(new OsuTestCaseTestRunner(this));
} }