summary refs log tree commit diff
path: root/src/test/run-pass/use.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/use.rs')
-rw-r--r--src/test/run-pass/use.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/use.rs b/src/test/run-pass/use.rs
index c42f392d2bc..e5a79bfaa99 100644
--- a/src/test/run-pass/use.rs
+++ b/src/test/run-pass/use.rs
@@ -15,7 +15,7 @@
 #![no_std]
 extern crate std;
 extern crate zed = "std";
-extern crate bar = "std#0.11.0-pre";
+extern crate bar = "std#0.11.0";
 
 
 use std::str;