Skip to content

Commit

Permalink
Fix utf8-bom test
Browse files Browse the repository at this point in the history
The BOM was accidentally removed in #57108
  • Loading branch information
ehuss committed Oct 7, 2024
1 parent baaf3e6 commit 89b0f8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ui/utf8-bom.rs
Original file line number Diff line number Diff line change
@@ -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() {}

0 comments on commit 89b0f8a

Please sign in to comment.