Test macro that checks no exception was thrown?

Option 1:

@test_nowarn foo()

Option 2:

@test foo() isa Any
8 Likes