GP-0: Fix Interpreter test after GP-887.

This commit is contained in:
Dan 2022-04-28 14:59:26 -04:00
parent 3bf94ec3a6
commit 40c700041d

View File

@ -89,8 +89,7 @@ public class DebuggerInterpreterPluginTest extends AbstractGhidraHeadedDebuggerG
waitForSwing();
// I/O processing has a dedicated thread
// FIXME: The trailing space is a hack to fix scrolling....
waitForPass(() -> assertEquals("Hello, World!\n ", interpreter.getOutputText()));
waitForPass(() -> assertEquals("Hello, World!\n", interpreter.getOutputText()));
}
@Test