diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-07-16 14:03:52 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-07-16 14:05:10 +1200 |
| commit | a32b0e7627ea31d1967568aa034f74a082de4bec (patch) | |
| tree | 815ab7c8d48ef171b95b6c35c1b9a2398d78a598 /tests/source | |
| parent | 018fa8545359b8580a89a1cdf79ed186c997ed41 (diff) | |
Fix some bugs
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/struct_lits.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/source/struct_lits.rs b/tests/source/struct_lits.rs index b7e1a854b0b..f2726821e55 100644 --- a/tests/source/struct_lits.rs +++ b/tests/source/struct_lits.rs @@ -8,7 +8,9 @@ fn main() { Foo { a: foo() /* comment*/, /* comment*/ b: bar(), ..something }; - Fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo { a: foo(), b: bar(), }; + Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo { a: foo(), b: bar(), }; + + Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo { a: foo(), b: bar(), }; Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo { // Comment |
