Fix utf8-bom test
The BOM was accidentally removed in https://github.com/rust-lang/rust/pull/57108
This commit is contained in:
parent
baaf3e65ab
commit
89b0f8a689
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
|
// This file has utf-8 BOM, it should be compiled normally without error.
|
||||||
//@ run-pass
|
//@ run-pass
|
||||||
//
|
|
||||||
|
|
||||||
// This file has utf-8 BOM, it should be compiled normally without error.
|
|
||||||
|
|
||||||
pub fn main() {}
|
pub fn main() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue