[Fix] (MG_State/Program): does it still crash?

This commit is contained in:
2025-08-14 21:23:55 +08:00
parent 634fb4fa57
commit c1966c5f04
3 changed files with 16 additions and 13 deletions
-1
View File
@@ -112,7 +112,6 @@ TEST_F(ProgramTest, CompileAndLink) {
printf("Linking program...\n");
LinkProgram(program);
printf("Program linked...\n");
return;
EXPECT_EQ(GetUniformLocation(program, "ProjMat"), 0);
EXPECT_EQ(GetUniformLocation(program, "Gray"), 1);