From 57316860a1789902bfa75beda9a6e37399b0a911 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 2 Mar 2016 21:42:13 +0100 Subject: [PATCH] Fixed ceilMultiple test --- test/gtc/gtc_round.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/gtc/gtc_round.cpp b/test/gtc/gtc_round.cpp index 074987f6..112e3015 100644 --- a/test/gtc/gtc_round.cpp +++ b/test/gtc/gtc_round.cpp @@ -368,9 +368,12 @@ namespace ceilMultiple { type const Data[] = { - {3, 4, 4}, - {7, 8, 4}, - {5, 8, 4}, + {3, 4, 4, 0}, + {7, 4, 8, 0}, + {5, 4, 8, 0}, + {1, 4, 4, 0}, + {1, 3, 3, 0}, + {4, 3, 6, 0}, }; int Error(0);