Skip to content

Commit

Permalink
debug trst fail on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Aug 21, 2023
1 parent 75ffe20 commit 1755048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class TestDisableAutomaticColoring:

def passInt(x:Int):Int = x


@Test def testEnableAutomaticColoring(): Unit = {
val c = async {
val x = T1.cbi(1)
passInt(x)
}
val r = c.run()
println(s"TestDisableAutomaticColoring:testEnableAutomaticColoring,r=$r")
assert(r == Success(1))
}

Expand Down

0 comments on commit 1755048

Please sign in to comment.