summaryrefslogtreecommitdiffstats
path: root/tests/run-make/obey-crate-type-flag/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/obey-crate-type-flag/test.rs')
-rw-r--r--tests/run-make/obey-crate-type-flag/test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/obey-crate-type-flag/test.rs b/tests/run-make/obey-crate-type-flag/test.rs
new file mode 100644
index 000000000..8a768f9de
--- /dev/null
+++ b/tests/run-make/obey-crate-type-flag/test.rs
@@ -0,0 +1,2 @@
+#![crate_type = "rlib"]
+#![crate_type = "dylib"]