From 7fe65ca1fe21ee107fa7c59fd21eb7ce8bac0bd6 Mon Sep 17 00:00:00 2001 From: Ivan Lozano Date: Wed, 5 Feb 2025 02:22:33 +0000 Subject: rust: Rename flag providers for clarity Rename the Rust flag and export info providers to make it more clear when workign with the Rust exporter vs the cc exporter. Also renames a test for additional clarity. Test: m blueprint_tests Change-Id: I652b55ef000a2cd00f47b1dbfe86713c33ae9d63 --- rust/rust_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/rust_test.go') diff --git a/rust/rust_test.go b/rust/rust_test.go index 858c4db95..4390f556e 100644 --- a/rust/rust_test.go +++ b/rust/rust_test.go @@ -432,7 +432,7 @@ func TestRustAliases(t *testing.T) { } } -func TestRustRlibs(t *testing.T) { +func TestRustFFIRlibs(t *testing.T) { ctx := testRust(t, ` rust_ffi_static { name: "libbar", -- cgit v1.2.3-59-g8ed1b