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:
@@ -6,4 +6,4 @@ try {
|
||||
catch(e) {
|
||||
x = e + 3
|
||||
}
|
||||
print(x)
|
||||
assert_equal(4, x);
|
||||
|
||||
Reference in New Issue
Block a user