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

Unified Diff: tests/standalone/issue14236_source.dart

Issue 38563005: Throw CyclicInitializationError instead of string (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « tests/corelib/corelib.status ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/issue14236_source.dart
===================================================================
--- tests/standalone/issue14236_source.dart (revision 29396)
+++ tests/standalone/issue14236_source.dart (working copy)
@@ -9,9 +9,9 @@
// test.
library test.issue14236;
-import 'dart:isolate';
+import "dart:isolate";
import "package:expect/expect.dart";
-import "package:async_helper/async_helper.dart";
+import "package:async_helper/async_helper.dart";
/*
test(SendPort replyTo) {
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698