about summary refs log tree commit diff
path: root/tests/ui/utf8-bom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/utf8-bom.rs')
-rw-r--r--tests/ui/utf8-bom.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ui/utf8-bom.rs b/tests/ui/utf8-bom.rs
index e2e4ccd63c1..5b9e27fb7b9 100644
--- a/tests/ui/utf8-bom.rs
+++ b/tests/ui/utf8-bom.rs
@@ -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() {}