aboutsummaryrefslogtreecommitdiff
path: root/android/paths_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/paths_test.go')
-rw-r--r--android/paths_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/paths_test.go b/android/paths_test.go
index b125c4e73..814d1f9ba 100644
--- a/android/paths_test.go
+++ b/android/paths_test.go
@@ -1537,7 +1537,7 @@ func TestPathsForModuleSrc_AllowMissingDependencies(t *testing.T) {
AssertArrayString(t, "foo missing deps", []string{"a", "b", "c"}, foo.missingDeps)
AssertArrayString(t, "foo srcs", []string{}, foo.srcs)
- AssertStringEquals(t, "foo src", "", foo.src)
+ AssertStringEquals(t, "foo src", "Missing_PathForModuleSrc_file", foo.src)
bar := result.ModuleForTests(t, "bar", "").Module().(*pathForModuleSrcTestModule)