commit | 39d4f3a02c21a32b766b13068d5bb65d4c332846 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 26 17:25:45 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 26 17:25:45 2012 +0000 |
tree | 30abb44fee8e1221eb753ecd8dbc721a3beebf79 | |
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
diff --git a/tests/MatrixTest.cpp b/tests/MatrixTest.cpp index 5920eef..1511efb 100644 --- a/tests/MatrixTest.cpp +++ b/tests/MatrixTest.cpp
@@ -39,6 +39,7 @@ 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);