summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/crate-data-smoke/crate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/crate-data-smoke/crate.rs')
-rw-r--r--src/test/run-make-fulldeps/crate-data-smoke/crate.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/run-make-fulldeps/crate-data-smoke/crate.rs b/src/test/run-make-fulldeps/crate-data-smoke/crate.rs
deleted file mode 100644
index a48a6f51c..000000000
--- a/src/test/run-make-fulldeps/crate-data-smoke/crate.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-#![crate_name = "foo"]
-
-// 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
-// sure that if we have an error like a missing module that we can still query
-// about the crate id.
-mod error;