diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-26 17:25:45 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-26 17:25:45 +0000 |
commit | 39d4f3a02c21a32b766b13068d5bb65d4c332846 (patch) | |
tree | 30abb44fee8e1221eb753ecd8dbc721a3beebf79 /tests | |
parent | 9ed2ecd3ac9b4601fccee8b7232b49bb2f9fed2e (diff) |
restore line accidentally deleted in MatrixTest.cpp in r3491
git-svn-id: http://skia.googlecode.com/svn/trunk@3492 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/MatrixTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/MatrixTest.cpp b/tests/MatrixTest.cpp index 5920eef6d8..1511efb9ef 100644 --- a/tests/MatrixTest.cpp +++ b/tests/MatrixTest.cpp @@ -39,6 +39,7 @@ static bool are_equal(skiatest::Reporter* reporter, bool cheapEqual = a.cheapEqualTo(b); if (equal != cheapEqual) { #if SK_SCALAR_IS_FLOAT + if (equal) { bool foundZeroSignDiff = false; for (int i = 0; i < 9; ++i) { float aVal = a.get(i); |