summary refs log tree commit diff
path: root/src/test/run-make/crate-data-smoke/crate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/crate-data-smoke/crate.rs')
-rw-r--r--src/test/run-make/crate-data-smoke/crate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/crate-data-smoke/crate.rs b/src/test/run-make/crate-data-smoke/crate.rs
index 31446a763e2..9faa7c01628 100644
--- a/src/test/run-make/crate-data-smoke/crate.rs
+++ b/src/test/run-make/crate-data-smoke/crate.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "foo#0.11.0-pre"]
+#![crate_id = "foo#0.11.0"]
 
 // Querying about the crate metadata should *not* parse the entire crate, it
 // only needs the crate attributes (which are guaranteed to be at the top) be