Syntax updates to a few unit tests.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
assert_throws("Variable already defined", []() { auto y = 10; auto y = 20; })
|
||||
assert_throws("Variable already defined", fun() { auto y = 10; auto y = 20; })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user