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

Unified Diff: lib/metatest.dart

Issue 1388213003: pkg/metatest: fix for latest pkg/test (Closed) Base URL: https://github.com/dart-lang/metatest@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « CHANGELOG.md ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/metatest.dart
diff --git a/lib/metatest.dart b/lib/metatest.dart
index 901c84fdfcdc6e828a3d8800a2fb98e67bc3dbe5..0fb33d9a8ce58b329cc20ead400a8ec01efa1d14 100644
--- a/lib/metatest.dart
+++ b/lib/metatest.dart
@@ -72,7 +72,7 @@ void _setUpTest(String description, void body(),
runZoned(body, zoneValues: {#test.declarer: declarer});
var engine = new Engine.withSuites([
- new RunnerSuite(new VMEnvironment(), declarer.tests)
+ new RunnerSuite(new VMEnvironment(), declarer.build())
]);
for (var test in engine.liveTests) {
test.onPrint.listen(print);
« no previous file with comments | « CHANGELOG.md ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698