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

Unified Diff: test/shelf_io_test.dart

Issue 1239013002: Use the test runner on the bots. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Code review changes Created 5 years, 5 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/shelf_io_test.dart
diff --git a/test/shelf_io_test.dart b/test/shelf_io_test.dart
index 51a380d7206713a6f1819e5eba093537d26b8123..ea8002e5d251c38419143e549b5a1ed6cd094c99 100644
--- a/test/shelf_io_test.dart
+++ b/test/shelf_io_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library shelf_io_test;
+@TestOn('vm')
import 'dart:async';
import 'dart:convert';
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698