mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 07:34:23 +00:00
fix(test_main): error name printf
This commit is contained in:
@@ -10,6 +10,6 @@ int main() {
|
||||
lenVector3_test();
|
||||
normVector3_test();
|
||||
distVector3_test();
|
||||
printf("All Vector4 tests succeeded\n");
|
||||
printf("All Vector3 tests succeeded\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user