mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-26 22:21:52 +00:00
GP-0: Fix Interpreter test after GP-887.
This commit is contained in:
parent
3bf94ec3a6
commit
40c700041d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user