about summary refs log tree commit diff
path: root/src/test/run-pass/char_unicode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/char_unicode.rs')
-rw-r--r--src/test/run-pass/char_unicode.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/run-pass/char_unicode.rs b/src/test/run-pass/char_unicode.rs
index b4884acdd07..bfc7faac06e 100644
--- a/src/test/run-pass/char_unicode.rs
+++ b/src/test/run-pass/char_unicode.rs
@@ -8,9 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-#![feature(unicode)]
-
+#![feature(unicode_version)]
 
 /// Tests access to the internal Unicode Version type and value.
 pub fn main() {