| Index: pkg/compiler/lib/src/apiimpl.dart
|
| diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
|
| index b571d40568157897af20b9053ef4c8164b5b9f1b..de680daf29fb1a69c681819c37e1b3779a46e283 100644
|
| --- a/pkg/compiler/lib/src/apiimpl.dart
|
| +++ b/pkg/compiler/lib/src/apiimpl.dart
|
| @@ -290,7 +290,7 @@ class Compiler extends leg.Compiler {
|
| if (importingLibrary.isPlatformLibrary || importingLibrary.isPatch) {
|
| allowInternalLibraryAccess = true;
|
| } else if (importingLibrary.canonicalUri.path.contains(
|
| - 'dart/tests/compiler/dart2js_native')) {
|
| + 'sdk/tests/compiler/dart2js_native')) {
|
| allowInternalLibraryAccess = true;
|
| }
|
| }
|
|
|