Skip to content

Commit 09b9447

Browse files
committed
remove line so that pretty printer doesn't mess it up
1 parent 2f284ce commit 09b9447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/run-pass/borrowck-preserve-box-in-arm-not-taken.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// xfail-fast (compile-flags unsupported on windows)
1+
// xfail-fast (compile-flags unsupported on windows)
22
// compile-flags:--borrowck=err
33
// exec-env:RUST_POISON_ON_FREE=1
44

@@ -10,7 +10,6 @@ fn main() {
1010
// `y` remains valid even if `*x` is modified.
1111
*x = @none;
1212
}
13-
1413
@@none {
1514
// here, no bump of the ref count of `*x` is needed, but in
1615
// fact a bump occurs anyway because of how pattern marching

0 commit comments

Comments
 (0)