Fixed test build

This commit is contained in:
Christophe Riccio 2017-08-25 21:14:23 +02:00
parent 5cf8765656
commit e8e8d3607c

View File

@ -5,7 +5,5 @@ int main()
{ {
int Error = 0; int Error = 0;
Error += clamp::test();
return Error; return Error;
} }