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

Unified Diff: tests/lib_strong/async/dart2js_uncaught_error_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/lib_strong/async/dart2js_uncaught_error_test.dart
diff --git a/tests/lib_strong/async/dart2js_uncaught_error_test.dart b/tests/lib_strong/async/dart2js_uncaught_error_test.dart
index 6c7f12d7e1068a29bde3baf38a01ea070cde2347..8f1c203666ae43934f324687c12400822a8c7e74 100644
--- a/tests/lib_strong/async/dart2js_uncaught_error_test.dart
+++ b/tests/lib_strong/async/dart2js_uncaught_error_test.dart
@@ -25,6 +25,7 @@ main() {
Expect.equals(expect[0].toString(), message);
Expect.equals(expect[1].toString(), error["stack"].toString());
}
+
context["onerror"] = new JsFunction.withThis(errorHandler);
void throwit() {

Powered by Google App Engine
This is Rietveld 408576698