mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (MG_State/Program): does it still crash?
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user