Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ac9d2bf authored by David Brazdil's avatar David Brazdil
Browse files

Fix test compilation error

Bug: 231700648
Test: include 'binary_test.go' in 'cc/Android.bp' and build
Change-Id: Ie09ae5c754753751a450fe8854d5c8743afc2e72
parent f2d126b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ func TestBinaryLinkerScripts(t *testing.T) {
	android.AssertStringListContains(t, "missing dependency on linker_scripts",
		binFoo.Implicits.Strings(), "bar.ld")
	android.AssertStringDoesContain(t, "missing flag for linker_scripts",
		libfoo.Args["ldFlags"], "-Wl,--script,foo.ld")
		binFoo.Args["ldFlags"], "-Wl,--script,foo.ld")
	android.AssertStringDoesContain(t, "missing flag for linker_scripts",
		libfoo.Args["ldFlags"], "-Wl,--script,bar.ld")
		binFoo.Args["ldFlags"], "-Wl,--script,bar.ld")
}