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

Unified Diff: tests/dart/src/ProcessExitTest.dart

Issue 8249007: Implement the full process interface for Windows (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 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
Index: tests/dart/src/ProcessExitTest.dart
===================================================================
--- tests/dart/src/ProcessExitTest.dart (revision 380)
+++ tests/dart/src/ProcessExitTest.dart (working copy)
@@ -7,7 +7,7 @@
class ProcessExitTest {
static void testExit() {
- Process process = new Process("out/Debug_ia32/process_test",
+ Process process = new Process("Debug_ia32\\process_test.exe",
const ["0", "0", "99", "0"]);
void exitHandler(int exitCode) {

Powered by Google App Engine
This is Rietveld 408576698