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

Unified Diff: tests/standalone/io/process_check_arguments_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_check_arguments_test.dart
diff --git a/tests/standalone/io/process_check_arguments_test.dart b/tests/standalone/io/process_check_arguments_test.dart
index da5324e46899a8f20385e30e688e1fe92e4ec080..78f96fa2ad87bb9591e6406f37b7574725082cd0 100644
--- a/tests/standalone/io/process_check_arguments_test.dart
+++ b/tests/standalone/io/process_check_arguments_test.dart
@@ -21,7 +21,7 @@ test(args) {
main() {
// Get the Dart script file which checks arguments.
var scriptFile =
- new File("tests/standalone/io/process_check_arguments_script.dart");
+ new File("tests/standalone/io/process_check_arguments_script.dart");
if (!scriptFile.existsSync()) {
scriptFile =
new File("../tests/standalone/io/process_check_arguments_script.dart");
@@ -36,4 +36,3 @@ main() {
test([scriptFile.path, '4', '0', 'a\tb', 'a\t\t\t\tb']);
test([scriptFile.path, '4', '0', 'a\tb', 'a b']);
}
-

Powered by Google App Engine
This is Rietveld 408576698