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

Unified Diff: tests/standalone/src/ProcessSegfaultTest.dart

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment and add binaries. Created 8 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
Index: tests/standalone/src/ProcessSegfaultTest.dart
diff --git a/tests/standalone/src/ProcessSegfaultTest.dart b/tests/standalone/src/ProcessSegfaultTest.dart
index 3a4a190f1fa94a141ee8a62c9f98715a167830ed..cb38eba8040d1fc625792d99b4f0330b77b467c2 100644
--- a/tests/standalone/src/ProcessSegfaultTest.dart
+++ b/tests/standalone/src/ProcessSegfaultTest.dart
@@ -5,6 +5,7 @@
// Process test program to test process communication.
#library("ProcessSegfaultTest");
+#import("dart:io");
#source("ProcessTestUtil.dart");
class ProcessSegfaultTest {
« no previous file with comments | « tests/standalone/src/ProcessInvalidArgumentsTest.dart ('k') | tests/standalone/src/ProcessStartExceptionTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698