]> git.proxmox.com Git - rustc.git/blobdiff - src/libcoretest/char.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / libcoretest / char.rs
index 65e941d160d0453d0fce8e837c2c1dda14f12c41..b73807aa317588a7500309bc87b2d8912990875a 100644 (file)
@@ -7,8 +7,6 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-//
-// ignore-lexer-test FIXME #15679
 
 #[test]
 fn test_is_lowercase() {
@@ -210,6 +208,7 @@ fn test_len_utf16() {
     assert!('\u{1f4a9}'.len_utf16() == 2);
 }
 
+#[allow(deprecated)]
 #[test]
 fn test_width() {
     assert_eq!('\x00'.width(false),Some(0));