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

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

Issue 8440035: Fix process test and implementation after change to setter for registering event handler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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/standalone/src/ProcessExitTest.dart ('k') | tests/standalone/src/ProcessStartExceptionTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/ProcessSegfaultTest.dart
diff --git a/tests/standalone/src/ProcessSegfaultTest.dart b/tests/standalone/src/ProcessSegfaultTest.dart
index 7206db35021ab4916cf5e37376aab2287eff634e..3e28e548f090068300a1b64c2c2219cf2bef6e0a 100644
--- a/tests/standalone/src/ProcessSegfaultTest.dart
+++ b/tests/standalone/src/ProcessSegfaultTest.dart
@@ -14,7 +14,7 @@ class ProcessSegfaultTest {
process.close();
}
- process.setExitHandler(exitHandler);
+ process.exitHandler = exitHandler;
process.start();
}
« no previous file with comments | « tests/standalone/src/ProcessExitTest.dart ('k') | tests/standalone/src/ProcessStartExceptionTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698