Index: utils/tests/pub/pubspec_test.dart |
diff --git a/utils/tests/pub/pubspec_test.dart b/utils/tests/pub/pubspec_test.dart |
index 6f4072c30227a5ebc557f692bce55b8fe8140284..ba0a04ce0204ab197e120db17ce96fecc12b2e21 100644 |
--- a/utils/tests/pub/pubspec_test.dart |
+++ b/utils/tests/pub/pubspec_test.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_test'); |
+#library('pubspec_test'); |
Jennifer Messerly
2012/06/06 00:23:52
Why not empty string? Random characters? Shakespea
Bob Nystrom
2012/06/06 20:44:48
Changed to:
#library("""Let those who are in favo
|
#import('../../../lib/unittest/unittest.dart'); |
#import('../../pub/pubspec.dart'); |