test: depend on the latest pkg:test_core (#1078)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index 8f214b2..1482a99 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.6.10
+
+* Depend on the latest `test_core`.
+
 ## 1.6.9
 
 * Add `--disable-dev-shm-usage` to the default Chrome flags.
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index 757ef73..6376b29 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.6.9
+version: 1.6.10
 author: Dart Team <misc@dartlang.org>
 description: A full featured library for writing and running Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -32,7 +32,7 @@
   yaml: ^2.0.0
   # Use an exact version until the test_api and test_core package are stable.
   test_api: 0.2.7
-  test_core: 0.2.9
+  test_core: 0.2.9+1
 
 dev_dependencies:
   fake_async: ^1.0.0