mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
add vec test v2.0
This commit is contained in:
parent
23b3c07c51
commit
d2410e12b1
@ -20,4 +20,4 @@ x = vec2(0, 0)
|
|||||||
for i in range(10000000):
|
for i in range(10000000):
|
||||||
x += vec2(1, 1)
|
x += vec2(1, 1)
|
||||||
|
|
||||||
assert x == vec2(5000000, 5000000)
|
assert x == vec2(10000000, 10000000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user