| commit | 21cddeb0ee8f54a8e29558ea46f6448f7ec2a1e5 | [log] [tgz] |
|---|---|---|
| author | Sigmund Cherem <sigmund@google.com> | Thu Mar 26 15:06:18 2015 -0700 |
| committer | Sigmund Cherem <sigmund@google.com> | Thu Mar 26 15:06:18 2015 -0700 |
| tree | fcccd6a63a90a7c365ccdbb08c39e1ae33c59dc3 | |
| parent | 13fb954988cb960dc6d1d411e1da246a5b2d5848 [diff] |
Fix library name (dartanalyzer was complaining in the bots) R=nweiz@google.com Review URL: https://codereview.chromium.org//1033083002
diff --git a/pkgs/source_span/lib/src/span_with_context.dart b/pkgs/source_span/lib/src/span_with_context.dart index 4d279de..edbb8b6 100644 --- a/pkgs/source_span/lib/src/span_with_context.dart +++ b/pkgs/source_span/lib/src/span_with_context.dart
@@ -2,7 +2,7 @@ // 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 source_span.span; +library source_span.span_with_context; import 'location.dart'; import 'span.dart';