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

Unified Diff: tests/isolate/isolate3_negative_test.dart

Issue 11301046: Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. (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
« no previous file with comments | « tests/isolate/cross_isolate_message_test.dart ('k') | tests/isolate/isolate_complex_messages_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate3_negative_test.dart
===================================================================
--- tests/isolate/isolate3_negative_test.dart (revision 14440)
+++ tests/isolate/isolate3_negative_test.dart (working copy)
@@ -5,9 +5,9 @@
// Dart test program for testing that errors thrown from isolates are
// processed correctly and don't result in crashes.
-#library('Isolate3NegativeTest');
-#import('dart:isolate');
-#import('../../pkg/unittest/unittest.dart');
+library Isolate3NegativeTest;
+import 'dart:isolate';
+import '../../pkg/unittest/lib/unittest.dart';
class TestClass {
TestClass.named(num this.fld1) : fld2=fld1 {
« no previous file with comments | « tests/isolate/cross_isolate_message_test.dart ('k') | tests/isolate/isolate_complex_messages_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698