Rollup merge of #131379 - ehuss:fix-utf8-bom, r=jieyouxu
Fix utf8-bom test The BOM was accidentally removed in https://github.com/rust-lang/rust/pull/57108 I had to move the run-pass line down, because compiletest doesn't seem to know about BOMs, so it does not parse the header if it is the first line.
This commit is contained in:
commit
2da0d40389
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
|
||||
//
|
||||
|
||||
// This file has utf-8 BOM, it should be compiled normally without error.
|
||||
|
||||
pub fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue