dart-sdk/tests/language/top_level_prefixed_library_test.lib
Konstantin Shcheglov 6e2cf37e90 Update top_level_prefixed_library_test.lib library name.
The following error was reported on bots with the new analysis driver,
but it was not reported before, because DartWorkManager.getErrors()
skips non-Dart sources.

WARNING|STATIC_WARNING|PART_OF_DIFFERENT_LIBRARY|/b/build/slave/azr-be/build/sdk/tests/language/top_level_prefixed_library_test.lib|6|6|22|Expected this library to be part of 'TopLevelPrefixedLibrary', not 'TopLevelMultipleFilesTest.dart'.

The test does not state its intentions, so I did my best guess and
fixed the library name.

R=hausner@google.com, brianwilkerson@google.com
BUG=

Review-Url: https://codereview.chromium.org/2691903007 .
2017-02-16 07:02:24 -08:00

7 lines
286 B
Plaintext

// Copyright (c) 2011, 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.
library TopLevelMultipleFilesTest.dart;
part 'top_level_file2.dart';