Skip to content

Commit

Permalink
Re-add test
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Sep 14, 2023
1 parent 39d9d9c commit 1301abd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,9 @@ class DFGTest {
val ab = b.nextEOG[0] as Reference
val literal4 = result.literals[{ it.value == 4 }]
assertNotNull(literal4)
// TODO: I a have no idea here
/*val a4 = b.prevEOG.first { it is Reference }
val a4 = ab.prevDFG.first { it is Reference }
assertTrue(literal4.nextDFG.contains(a4))
assertEquals(1, ab.prevDFG.size)*/
assertEquals(1, ab.prevDFG.size)
}

@Test
Expand Down

0 comments on commit 1301abd

Please sign in to comment.