diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2023-10-04 01:29:45 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2023-10-09 19:24:05 +0000 |
| commit | c30d57bb77535f3923cbfa666e84d1916b6bce37 (patch) | |
| tree | c53a8acf18a607129ca78aefd5a65c676de0c03a | |
| parent | 5c17b8be61b69be6c38619f829ba81c64212110d (diff) | |
| download | rust-c30d57bb77535f3923cbfa666e84d1916b6bce37.tar.gz rust-c30d57bb77535f3923cbfa666e84d1916b6bce37.zip | |
fix
| -rw-r--r-- | tests/ui/parser/break-in-unlabeled-block.fixed | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/parser/break-in-unlabeled-block.fixed b/tests/ui/parser/break-in-unlabeled-block.fixed index 0e496430ae6..08856232521 100644 --- a/tests/ui/parser/break-in-unlabeled-block.fixed +++ b/tests/ui/parser/break-in-unlabeled-block.fixed @@ -9,4 +9,3 @@ fn main() { } } } - |
