Version 1.0.0.8

svn merge -c 30314 https://dart.googlecode.com/svn/branches/bleeding_edge/dart .

Review URL: https://codereview.chromium.org//63923004

git-svn-id: http://dart.googlecode.com/svn/trunk@30352 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
index 2da4b93..b2bbe5e 100644
--- a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart
@@ -28,7 +28,7 @@
     createLockFile('myapp', pkg: ['barback']);
     var pub = startPub(args: ['serve', '--port=0', "--hostname=127.0.0.1"]);
     expect(pub.nextErrLine(), completion(matches(new RegExp(
-        r"Error: line 1 pos 1: library handler failed$"))));
+        r"error: line 1 pos 1: library handler failed$"))));
     pub.shouldExit(1);
   });
 }
diff --git a/tools/VERSION b/tools/VERSION
index 0b91abc..8248219 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
 MAJOR 1
 MINOR 0
 BUILD 0
-PATCH 7
+PATCH 8