Skip to content

Commit e9fcb7d

Browse files
committed
Fix feature name in test
1 parent 8c2c9a9 commit e9fcb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cfg/cfg-false-feature.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#![feature(decl_macro)]
77
#![cfg(FALSE)]
8-
#![feature(box_syntax)]
8+
#![feature(box_patterns)]
99

1010
macro mac() {} // OK
1111

0 commit comments

Comments
 (0)