diff --git a/tests/raise.rn b/tests/raise.rn index 836f9f2..68f9445 100644 --- a/tests/raise.rn +++ b/tests/raise.rn @@ -1,5 +1,4 @@ -fun ArgError(arg) -{ +fun ArgError(arg) { return "Argument `"+arg+"` not found" } print("test1") @@ -9,4 +8,4 @@ raise ArgError("arg1") raise ArgError("arg2") print("test3") -print("test4") \ No newline at end of file +print("test4")