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

Unified Diff: tests/compiler/dart2js_extra/regress/4515_3_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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/compiler/dart2js_extra/regress/4515_3_test.dart
diff --git a/tests/compiler/dart2js_extra/regress/4515_3_test.dart b/tests/compiler/dart2js_extra/regress/4515_3_test.dart
index f224d709ae8c32c5a3a8d497c3bc0147f1fdb86a..23438ad7ce2dbfee8a904d40bce70cc960427de7 100644
--- a/tests/compiler/dart2js_extra/regress/4515_3_test.dart
+++ b/tests/compiler/dart2js_extra/regress/4515_3_test.dart
@@ -16,7 +16,7 @@ main() {
var v = null;
try {
v = f(a.a);
- } catch (e) { }
+ } catch (e) {}
Expect.equals(null, v);
}
« no previous file with comments | « tests/compiler/dart2js_extra/regress/4434_test.dart ('k') | tests/compiler/dart2js_extra/runtime_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698