We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ControlFlowGraph
1 parent e138d7b commit 2236788Copy full SHA for 2236788
delphi-frontend/src/test/java/au/com/integradev/delphi/cfg/checker/BlockChecker.java
@@ -85,7 +85,7 @@ public void check(final Block block) {
85
if (terminatorChecker != null) {
86
terminatorChecker.check(block);
87
} else {
88
- assertThat(block.getSuccessors())
+ assertThat(block)
89
.withFailMessage("%s should have its terminator specified", getBlockDisplay(block))
90
.isNotInstanceOf(Terminated.class);
91
}
0 commit comments