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

Unified Diff: runtime/tests/vm/dart/isolate_mirror_local_test.dart

Issue 11368124: Fix library syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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: runtime/tests/vm/dart/isolate_mirror_local_test.dart
===================================================================
--- runtime/tests/vm/dart/isolate_mirror_local_test.dart (revision 14646)
+++ runtime/tests/vm/dart/isolate_mirror_local_test.dart (working copy)
@@ -7,10 +7,10 @@
//
// VMOptions=--enable_type_checks
-#library('isolate_mirror_local_test');
+library isolate_mirror_local_test;
-#import('dart:isolate');
-#import('dart:mirrors');
+import 'dart:isolate';
+import 'dart:mirrors';
ReceivePort exit_port;
Set expectedTests;

Powered by Google App Engine
This is Rietveld 408576698