From c30d57bb77535f3923cbfa666e84d1916b6bce37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20K=C3=BCber?= <esteban@kuber.com.ar> Date: Wed, 4 Oct 2023 01:29:45 +0000 Subject: [PATCH] fix --- tests/ui/parser/break-in-unlabeled-block.fixed | 1 - 1 file changed, 1 deletion(-) 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() { } } } -