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

Unified Diff: test/loader_http_test.dart

Issue 1612003002: Add browser-compatible version. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Made test run 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
« no previous file with comments | « test/loader_file_test.dart ('k') | test/testfile-latin1.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/loader_http_test.dart
diff --git a/test/loader_http_test.dart b/test/loader_http_test.dart
index c47fa270ebf39690dcfe0b2222d72562b0868e67..5b61f86006bb3d6145942aa40731577a9f3601b1 100644
--- a/test/loader_http_test.dart
+++ b/test/loader_http_test.dart
@@ -2,6 +2,8 @@
// 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.
+@TestOn("vm");
+
import "dart:async";
import "dart:convert";
import "dart:io";
« no previous file with comments | « test/loader_file_test.dart ('k') | test/testfile-latin1.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698