summaryrefslogtreecommitdiff
path: root/rust/rust_test.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2020-04-24 15:43:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-04-24 15:43:22 +0000
commitdc455395eec55c488035046238147f2c4edea5b6 (patch)
tree5aa9b98dd0725e8f2de7896a70751c0ebcbca4eb /rust/rust_test.go
parent65c1d14cfabe4281164142846e30ca73a6a88d27 (diff)
parent2f15bae3369f6abbe1a8112bb294b62a45709ee3 (diff)
Merge "Clean up rust tests."
Diffstat (limited to 'rust/rust_test.go')
-rw-r--r--rust/rust_test.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/rust/rust_test.go b/rust/rust_test.go
index 020581dfc..02b190f0f 100644
--- a/rust/rust_test.go
+++ b/rust/rust_test.go
@@ -215,25 +215,6 @@ func TestProcMacroDeviceDeps(t *testing.T) {
srcs: ["foo.rs"],
crate_name: "bar",
}
- // Make a dummy libstd to let resolution go through
- rust_library_dylib {
- name: "libstd",
- crate_name: "std",
- srcs: ["foo.rs"],
- no_stdlibs: true,
- }
- rust_library_dylib {
- name: "libterm",
- crate_name: "term",
- srcs: ["foo.rs"],
- no_stdlibs: true,
- }
- rust_library_dylib {
- name: "libtest",
- crate_name: "test",
- srcs: ["foo.rs"],
- no_stdlibs: true,
- }
rust_proc_macro {
name: "libpm",
rlibs: ["libbar"],