| 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() {
|
|
|