commit | a2758db84a68be236d95f89c13b17b62f41e91a4 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Thu May 10 21:51:39 2012 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Thu May 10 21:51:39 2012 -0700 |
tree | 891503a66baa9e42cd8b60722016226284c4eb46 | |
parent | b01f19840894fa39673d939b1f17003d863278db [diff] |
Exact equality for floating point values seems to be processor/compiler sensitive, this causes correct tests to fails. Replacing EXPECT_EQ with EXPECT_NEAR with a tight tolerance fixes this.