mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 17:34:10 +03:00
update Panic.catch test
This commit is contained in:
parent
65cdde25c1
commit
ccda46e3a7
@ -605,7 +605,7 @@ public class EnsoCompilerTest {
|
||||
public void testNotAnOperator() throws Exception {
|
||||
parseTest("""
|
||||
main =
|
||||
x = Panic.catch_primitive @ caught_panic-> caught_panic.payload
|
||||
x = Panic.catch Any @ caught_panic-> caught_panic.payload
|
||||
x.to_text
|
||||
""");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user