Fixing some tests from internal test suite.

This commit is contained in:
Ruben Ayrapetyan
2014-10-20 17:20:33 +04:00
parent 512d816568
commit 1796138a27
2 changed files with 4 additions and 3 deletions
@@ -12,6 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
var x = 1e-323
var x = 0.1e-323
var y = false
assert(x == y)
assert(x == y)