]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/byte-literals.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / run-pass / byte-literals.rs
index fbe2a65bc893719e4fec693f056314704ed1aec4..9f7b98a57fcec74d44ce0ad11879c3d6851af041 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 //
-// ignore-lexer-test FIXME #15883
 
 
 static FOO: u8 = b'\xF0';