Skip to content

Commit 328ef63

Browse files
SahilSonar-04Meakk
andcommitted
Update c/testing/test_context.c
Co-authored-by: Michael MIGLIORE <mcmigliore@gmail.com>
1 parent 2e2343f commit 328ef63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c/testing/test_context.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ int test_context()
4141
}
4242

4343
/* osmesa is a software fallback that could plausibly work on any platform,
44-
* but its actual availability depends on whether OSMesa was linked at
45-
* build time - not confirmed from the header, so kept as a smoke call */
44+
* but its actual availability depends on whether OSMesa is available at
45+
* runtime */
4646
context = f3d_context_osmesa();
4747
if (context)
4848
{

0 commit comments

Comments
 (0)