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

Unified Diff: sdk/lib/_internal/pub/test/global/run/nonexistent_script_test.dart

Issue 438773002: "Reverting 38798" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 months 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/test/global/run/nonexistent_script_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/run/nonexistent_script_test.dart b/sdk/lib/_internal/pub/test/global/run/nonexistent_script_test.dart
index cf0d0a3f73bd3a17c60e0398923faba8ed93b92d..76c3b31b83bbded406ee44a31d1d3a7ed6349457 100644
--- a/sdk/lib/_internal/pub/test/global/run/nonexistent_script_test.dart
+++ b/sdk/lib/_internal/pub/test/global/run/nonexistent_script_test.dart
@@ -9,7 +9,7 @@ import '../../test_pub.dart';
main() {
initConfig();
- integration('errors if the script does not exist', () {
+ integration('errors if the script does not exist.', () {
servePackages([packageMap("foo", "1.0.0")]);
schedulePub(args: ["global", "activate", "foo"]);

Powered by Google App Engine
This is Rietveld 408576698