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

Unified Diff: tests/standalone/io/process_set_exit_code_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/io/process_set_exit_code_test.dart
diff --git a/tests/standalone/io/process_set_exit_code_test.dart b/tests/standalone/io/process_set_exit_code_test.dart
index 64182c110b14f65053fe75a2dd7e360c862adca1..7e3e7831e204fc29dbe04cc9af7c4634ab03d0e0 100644
--- a/tests/standalone/io/process_set_exit_code_test.dart
+++ b/tests/standalone/io/process_set_exit_code_test.dart
@@ -14,9 +14,8 @@ import "dart:io";
main() {
var executable = Platform.executable;
- var exitCodeScript = Platform.script
- .resolve('process_set_exit_code_script.dart')
- .toFilePath();
+ var exitCodeScript =
+ Platform.script.resolve('process_set_exit_code_script.dart').toFilePath();
Process.run(executable, [exitCodeScript]).then((result) {
Expect.equals("standard out", result.stdout);
Expect.equals("standard error", result.stderr);

Powered by Google App Engine
This is Rietveld 408576698