mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
add vec test v1.0
This commit is contained in:
parent
68c8f72ba5
commit
02b922a93e
@ -20,4 +20,4 @@ x = vec2(0, 0)
|
||||
for i in range(10000000):
|
||||
x += vec2(1, 1)
|
||||
|
||||
assert x == vec2(5000000, 5000000)
|
||||
assert x == vec2(10000000, 10000000)
|
||||
|
Loading…
x
Reference in New Issue
Block a user