| Index: tests/compiler/dart2js/uri_extras_test.dart
|
| diff --git a/tests/compiler/dart2js/uri_extras_test.dart b/tests/compiler/dart2js/uri_extras_test.dart
|
| index 65a524a94ec10b75b17a65f0d0b46cf4f74ced19..199076ade67c1f82bf7d0b8e8b8f63fb26586203 100644
|
| --- a/tests/compiler/dart2js/uri_extras_test.dart
|
| +++ b/tests/compiler/dart2js/uri_extras_test.dart
|
| @@ -9,7 +9,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/util/uri_extras.dart'
|
|
|
| void testRelativize() {
|
| void c(String expected, String base, String path, bool isWindows) {
|
| - if (isWindows === null) {
|
| + if (isWindows == null) {
|
| c(expected, base, path, true);
|
| c(expected, base, path, false);
|
| return;
|
|
|