1
Fork 0

Fix utf8-bom test

The BOM was accidentally removed in https://github.com/rust-lang/rust/pull/57108
This commit is contained in:
Eric Huss 2024-10-07 14:36:49 -07:00
parent baaf3e65ab
commit 89b0f8a689

View file

@ -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() {}