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

Unified Diff: lib/src/runner/loader.dart

Issue 1637193003: Add suite information to the JSON reporter. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: fix changelog Created 4 years, 11 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: lib/src/runner/loader.dart
diff --git a/lib/src/runner/loader.dart b/lib/src/runner/loader.dart
index 6e14e924dd4fdd153e7a21ab0447af8398386c2b..a4ee3d1eabce9614e31ba706fab2e5b8fb957a0d 100644
--- a/lib/src/runner/loader.dart
+++ b/lib/src/runner/loader.dart
@@ -130,7 +130,7 @@ class Loader {
return platform == TestPlatform.vm
? _loadVmFile(path, metadata)
: _loadBrowserFile(path, platform, metadata);
- }, platform: platform);
+ }, path: path, platform: platform);
}
}

Powered by Google App Engine
This is Rietveld 408576698