Chromium Code Reviews| Index: tests/standalone_2/deoptimization_test.dart |
| diff --git a/tests/standalone/deoptimization_test.dart b/tests/standalone_2/deoptimization_test.dart |
| similarity index 99% |
| rename from tests/standalone/deoptimization_test.dart |
| rename to tests/standalone_2/deoptimization_test.dart |
| index add6d23e45d048376a42592c571f3dfbb452a25a..26269f3149eeec813cd3aeffcf99e09df644627e 100644 |
| --- a/tests/standalone/deoptimization_test.dart |
| +++ b/tests/standalone_2/deoptimization_test.dart |
| @@ -83,7 +83,6 @@ class ObjectsEquality { |
| static void objectsEqualityTest() { |
| var a = new ObjectsEquality(); |
| var b = new ObjectsEquality(); |
| - final nan = 0.0 / 0.0; |
|
bkonyi
2017/07/28 19:51:31
Was this used anywhere?
siva
2017/07/28 21:51:09
No it was not used and the analyzer complained abo
|
| for (int i = 0; i < 1000; i++) { |
| Expect.equals(true, compareEqual(a, a)); |
| Expect.equals(true, compareEqual(null, null)); |