about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2023-10-04 01:29:45 +0000
committerEsteban Küber <esteban@kuber.com.ar>2023-10-09 19:24:05 +0000
commitc30d57bb77535f3923cbfa666e84d1916b6bce37 (patch)
treec53a8acf18a607129ca78aefd5a65c676de0c03a
parent5c17b8be61b69be6c38619f829ba81c64212110d (diff)
downloadrust-c30d57bb77535f3923cbfa666e84d1916b6bce37.tar.gz
rust-c30d57bb77535f3923cbfa666e84d1916b6bce37.zip
fix
-rw-r--r--tests/ui/parser/break-in-unlabeled-block.fixed1
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() {
         }
     }
 }
-