mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
update to kotlin beta 4
This commit is contained in:
parent
e8f271fddf
commit
7c0dd710ea
8 changed files with 10 additions and 11 deletions
|
@ -64,7 +64,7 @@ public class DynamicGraphTest {
|
|||
val factory = createFactory(runNodes, { n -> n != 3 })
|
||||
val ex = DynamicGraphExecutor(g, factory)
|
||||
ex.run()
|
||||
Thread.yield()
|
||||
Thread.`yield`()
|
||||
Assert.assertTrue(! runNodes.contains(4))
|
||||
Assert.assertTrue(! runNodes.contains(10))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue