light/modules/math/vec2.test.cpp
light7734 abb9c1b1ec
Some checks reported errors
continuous-integration/drone/push Build was killed
refactor: major qol changes
2026-01-20 13:22:30 +03:30

7 lines
102 B
C++

import test;
import math.vec2;
Suite raii = "raii"_suite = [] {
Case { "happy path" } = [] {
};
};