diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js index 268a1986a..ffb4b09fd 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js @@ -12,5 +12,5 @@ // See the License for the specific language governing permissions and // limitations under the License. -var x = 123.00, y = 0.0123e+4, eps = .000001 +var x = 123.00, y = 0.0123e+4, eps = .00001 assert(x <= y + eps && x >= y - eps) \ No newline at end of file diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js index 268a1986a..ffb4b09fd 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js @@ -12,5 +12,5 @@ // See the License for the specific language governing permissions and // limitations under the License. -var x = 123.00, y = 0.0123e+4, eps = .000001 +var x = 123.00, y = 0.0123e+4, eps = .00001 assert(x <= y + eps && x >= y - eps) \ No newline at end of file