Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: sdk/lib/_internal/pub_generated/test/cache/repair/handles_corrupted_global_lockfile_test.dart

Issue 747273003: Add a test for pub's async_await compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a bug and rebuild. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub_generated/test/cache/repair/handles_corrupted_global_lockfile_test.dart
diff --git a/sdk/lib/_internal/pub_generated/test/cache/repair/handles_corrupted_global_lockfile_test.dart b/sdk/lib/_internal/pub_generated/test/cache/repair/handles_corrupted_global_lockfile_test.dart
index c93c4b82466d43520f1bd48a3e29813be12c8a28..9839e648510f66139149e87f522c4afdf6d2f813 100644
--- a/sdk/lib/_internal/pub_generated/test/cache/repair/handles_corrupted_global_lockfile_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/cache/repair/handles_corrupted_global_lockfile_test.dart
@@ -11,7 +11,7 @@ import '../../test_pub.dart';
main() {
initConfig();
- integration('updates an outdated binstub script', () {
+ integration('handles a corrupted global lockfile', () {
d.dir(
cachePath,
[d.dir('global_packages/foo', [d.file('pubspec.lock', 'junk')])]).create();

Powered by Google App Engine
This is Rietveld 408576698