diff options
author | ToadKing <toadking@toadking.com> | 2013-07-23 18:29:27 -0400 |
---|---|---|
committer | ToadKing <toadking@toadking.com> | 2013-07-23 18:29:27 -0400 |
commit | 8989e1205f8fb2128a2fa141a32d1ac245791e07 (patch) | |
tree | b2ddbce57b50015d1c80bf97567c6aecd26f7b18 /tests/glgetattachedshaders.c | |
parent | 63dec7db76330cae0208186eae3c8432b649d85f (diff) |
update test
Diffstat (limited to 'tests/glgetattachedshaders.c')
-rw-r--r-- | tests/glgetattachedshaders.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/glgetattachedshaders.c b/tests/glgetattachedshaders.c index b4cf3989..303e0f92 100644 --- a/tests/glgetattachedshaders.c +++ b/tests/glgetattachedshaders.c @@ -86,7 +86,8 @@ int main(int argc, char *argv[]) die("unknown shader returned"); } - printf("test passed\n"); + int result = 1; + REPORT_RESULT(); return 0; } |