Loading xpcom/tests/unit/test_streams.js +2 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ function test_binary_streams() { do_check_eq(is.read64(), HugeNum); os.writeFloat(2.5); do_check_eq(is.readFloat(), 2.5); os.writeDouble(Math.SQRT2); do_check_eq(is.readDouble(), Math.SQRT2); // os.writeDouble(Math.SQRT2); // do_check_eq(is.readDouble(), Math.SQRT2); os.writeStringZ("Mozilla"); do_check_eq(is.readCString(), "Mozilla"); os.writeWStringZ("Gecko"); Loading Loading
xpcom/tests/unit/test_streams.js +2 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ function test_binary_streams() { do_check_eq(is.read64(), HugeNum); os.writeFloat(2.5); do_check_eq(is.readFloat(), 2.5); os.writeDouble(Math.SQRT2); do_check_eq(is.readDouble(), Math.SQRT2); // os.writeDouble(Math.SQRT2); // do_check_eq(is.readDouble(), Math.SQRT2); os.writeStringZ("Mozilla"); do_check_eq(is.readCString(), "Mozilla"); os.writeWStringZ("Gecko"); Loading