Skip to content

Commit cac07eb

Browse files
authored
Fix failing test
1 parent 16fe8cc commit cac07eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/consts/const-err.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ const FOO: u8 = [5u8][1];
1313
fn main() {
1414
black_box((FOO, FOO));
1515
//~^ ERROR erroneous constant used
16+
//~| ERROR erroneous constant
1617
}

0 commit comments

Comments
 (0)