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

Unified Diff: test/backend/invoker_test.dart

Issue 983573002: Add support for running browser tests to the test runner. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Created 5 years, 10 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: test/backend/invoker_test.dart
diff --git a/test/backend/invoker_test.dart b/test/backend/invoker_test.dart
index 186545d0916186f6aa4cdaeb5800e2906796b463..7eea6043ddcbc63754620769563a692fc9f1a9ef 100644
--- a/test/backend/invoker_test.dart
+++ b/test/backend/invoker_test.dart
@@ -16,7 +16,7 @@ void main() {
var suite;
setUp(() {
lastState = null;
- suite = new Suite("suite", []);
+ suite = new Suite([]);
});
group("Invoker.current", () {

Powered by Google App Engine
This is Rietveld 408576698