Chromium Code Reviews| Index: base/safe_numerics_unittest.nc |
| =================================================================== |
| --- base/safe_numerics_unittest.nc (revision 244596) |
| +++ base/safe_numerics_unittest.nc (working copy) |
| @@ -20,10 +20,4 @@ |
| IsValidNumericCast<double>(0.0f); |
| } |
| -#elif defined(NCTEST_NO_FLOATING_POINT_3) // [r"size of array is negative"] |
| - |
| -void WontCompile() { |
| - IsValidNumericCast<int>(DBL_MAX); |
| -} |
| - |
| #endif |