summary refs log tree commit diff
path: root/src/test/run-make/crate-data-smoke/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/crate-data-smoke/Makefile')
-rw-r--r--src/test/run-make/crate-data-smoke/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/crate-data-smoke/Makefile b/src/test/run-make/crate-data-smoke/Makefile
index a72e24cf2c3..a44481b4b7f 100644
--- a/src/test/run-make/crate-data-smoke/Makefile
+++ b/src/test/run-make/crate-data-smoke/Makefile
@@ -1,7 +1,7 @@
 -include ../tools.mk
 
 all:
-	[ `$(RUSTC) --crate-id crate.rs` = "foo#0.11.0-pre" ]
+	[ `$(RUSTC) --crate-id crate.rs` = "foo#0.11.0" ]
 	[ `$(RUSTC) --crate-name crate.rs` = "foo" ]
 	[ `$(RUSTC) --crate-file-name crate.rs` = "foo" ]
 	[ `$(RUSTC) --crate-file-name --crate-type=lib --test crate.rs` = "foo" ]