Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation
This commit is contained in:
@@ -1,2 +1 @@
|
||||
var x = 5
|
||||
x = `-`
|
||||
assert_throws("Invalid function reassignment", fun() { var x = 5; x = `-`; } );
|
||||
|
Reference in New Issue
Block a user