[Chore] (MG_Test/Program): try to not link program?

This commit is contained in:
2025-08-14 17:36:33 +08:00
parent 1c1d3e00a2
commit a39a46c7e3
+1
View File
@@ -109,6 +109,7 @@ TEST_F(ProgramTest, CompileAndLink) {
GLuint program = CreateProgram();
AttachShader(program, vs);
AttachShader(program, fs);
return;
printf("Linking program...\n");
LinkProgram(program);
printf("Program linked...\n");