mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
TESTBED: Remove obsolete comment
This commit is contained in:
parent
ec1ebfa248
commit
106b5af150
@ -38,7 +38,6 @@ TestExitStatus Networkingtests::testConnectionLimit() {
|
||||
bool isLimited = g_system->isConnectionLimited();
|
||||
|
||||
if (ConfParams.isSessionInteractive()) {
|
||||
// Directly verify date
|
||||
Common::String status = "We expect the internet connection to be ";
|
||||
status += (isLimited ? "limited." : "unlimited.");
|
||||
if (Testsuite::handleInteractiveInput(status, "Correct!", "Wrong", kOptionRight)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user