summaryrefslogtreecommitdiff
path: root/rust/library_test.go
diff options
context:
space:
mode:
author Martin Geisler <mgeisler@google.com> 2022-11-21 08:36:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-11-21 08:36:33 +0000
commit3e0efc52f3aa67715a33bb65c765502c9ba724a6 (patch)
tree0323db72565668fc2cb2d5b1683ff41638c198dc /rust/library_test.go
parent1ad62c7073fc7716e19f9b6cf34ec469c52d674a (diff)
parentbd736daba3847d89ed07983ecf704a2a611dcb25 (diff)
Merge "rust: Fix indentation, convert to TABs"
Diffstat (limited to 'rust/library_test.go')
-rw-r--r--rust/library_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/rust/library_test.go b/rust/library_test.go
index 4633cc7ba..79abec548 100644
--- a/rust/library_test.go
+++ b/rust/library_test.go
@@ -30,11 +30,11 @@ func TestLibraryVariants(t *testing.T) {
srcs: ["foo.rs"],
crate_name: "foo",
}
- rust_ffi_host {
- name: "libfoo.ffi",
- srcs: ["foo.rs"],
- crate_name: "foo"
- }`)
+ rust_ffi_host {
+ name: "libfoo.ffi",
+ srcs: ["foo.rs"],
+ crate_name: "foo"
+ }`)
// Test all variants are being built.
libfooRlib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_rlib_rlib-std").Rule("rustc")