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

Unified Diff: tests/standalone/dwarf_stack_trace_test.dart

Issue 2945273002: Re-insert linebreak in dwarf_stack_trace_test (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/dwarf_stack_trace_test.dart
diff --git a/tests/standalone/dwarf_stack_trace_test.dart b/tests/standalone/dwarf_stack_trace_test.dart
index b2691ef193384217e0a891c534e20840fda3c45d..6b16966325cd12d973155e2c91bef695ea8ae554 100644
--- a/tests/standalone/dwarf_stack_trace_test.dart
+++ b/tests/standalone/dwarf_stack_trace_test.dart
@@ -9,7 +9,8 @@ import 'dart:io';
bar() {
// Keep the 'throw' and its argument on separate lines.
- throw "Hello, Dwarf!";
+ throw // force linebreak with dartfmt
+ "Hello, Dwarf!";
}
foo() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698