| Index: pkg/compiler/lib/src/native/native.dart
|
| diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
|
| index 5783e524f7bab4dca6ce7dfcfedae2f73c138182..4a32a526d8afd73f342e990c50fce04416fdfc36 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -32,7 +32,7 @@ void maybeEnableNative(Compiler compiler,
|
| LibraryElementX library) {
|
| String libraryName = library.canonicalUri.toString();
|
| if (library.entryCompilationUnit.script.name.contains(
|
| - 'dart/tests/compiler/dart2js_native')
|
| + 'sdk/tests/compiler/dart2js_native')
|
| || libraryName == 'dart:async'
|
| || libraryName == 'dart:html'
|
| || libraryName == 'dart:html_common'
|
|
|