From e8e8d3607ca505a264451a3f67c4e61c73f9559e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 25 Aug 2017 21:14:23 +0200 Subject: [PATCH] Fixed test build --- test/gtx/gtx_texture.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/gtx/gtx_texture.cpp b/test/gtx/gtx_texture.cpp index d21d4fad..2a31ac4d 100644 --- a/test/gtx/gtx_texture.cpp +++ b/test/gtx/gtx_texture.cpp @@ -5,7 +5,5 @@ int main() { int Error = 0; - Error += clamp::test(); - return Error; }