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,4 +1,4 @@
|
||||
var x = [1, 2, 3, 4]
|
||||
var r = range(x)
|
||||
r.pop_back()
|
||||
print(r.back())
|
||||
assert_equal(3, r.back())
|
||||
|
||||
Reference in New Issue
Block a user