We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845aaf6 commit 3cc70a3Copy full SHA for 3cc70a3
graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/grammar/BinaryArithTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2017, 2018, Oracle and/or its affiliates.
+ * Copyright (c) 2017, 2020, Oracle and/or its affiliates.
3
* Copyright (c) 2013, Regents of the University of California
4
*
5
* All rights reserved.
@@ -110,7 +110,7 @@ public void complexBinaryArith2() {
110
"d = 2 ** 4\n" + //
111
"e = 2.5 ** 3.0\n" + //
112
"print(a,b,c,d,e)\n";
113
- assertPrints("1.0734391914109869e+17 1.0734391914109868e+18 -821361754992.0 16 15.625\n", source);
+ assertPrints("1.0734391914109867e+17 1.0734391914109868e+18 -821361754992.0 16 15.625\n", source);
114
}
115
116
@Test
0 commit comments