blob: ee85f40b8bbc2e4cf387ee37c3a28043f81f5f21 [file] [log] [blame]
// Copyright (c) 2015, 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.
// Packages=.dart_tool/package_config.json
// We expect this to not cause any errors. An empty packages file is valid,
// you should only run into problems if you try to resolve a package import.
library empty_packages_file_noimports_test;
main() {}