| Index: tests/language/branch_canonicalization_test.dart
|
| diff --git a/tests/language/branch_canonicalization_test.dart b/tests/language/branch_canonicalization_test.dart
|
| index 7e39572940d410715c565a0c9dfbb7e43622372c..07350760dc337a6d581dee7a1076dc4ece69d9d7 100644
|
| --- a/tests/language/branch_canonicalization_test.dart
|
| +++ b/tests/language/branch_canonicalization_test.dart
|
| @@ -1,6 +1,7 @@
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| +
|
| // Test that branch fusion correctly sets branch environment for comparisons
|
| // that require unboxing and does not fuse branches that can deoptimize.
|
|
|
| @@ -60,6 +61,3 @@ main () {
|
| Expect.equals(1, fooPoly(z, z));
|
| Expect.isTrue(sideEffect);
|
| }
|
| -
|
| -
|
| -
|
|
|