aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Sk2xTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Sk2xTest.cpp')
-rw-r--r--tests/Sk2xTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Sk2xTest.cpp b/tests/Sk2xTest.cpp
index a3b86b2481..b74cc5bf2f 100644
--- a/tests/Sk2xTest.cpp
+++ b/tests/Sk2xTest.cpp
@@ -44,6 +44,7 @@ static void test(skiatest::Reporter* r) {
REPORTER_ASSERT(r, eq(a + d, 6, 9));
REPORTER_ASSERT(r, eq(a - d, 2, -1));
REPORTER_ASSERT(r, eq(a * d, 8, 20));
+ REPORTER_ASSERT(r, eq(a / d, 2, 0.8));
REPORTER_ASSERT(r, nearly_eq(0.001, a.rsqrt(), 0.5, 0.5));
REPORTER_ASSERT(r, eq(a.sqrt(), 2, 2));