summaryrefslogtreecommitdiff
path: root/rust/compiler_test.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-07-10 18:47:06 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-07-10 18:47:06 +0000
commit9c3f56a3aa5dd0f92155a8d5e137e79318b76a0e (patch)
tree644dff55b3fca4404479dfc5abed0b8a6efa1ea1 /rust/compiler_test.go
parenta7d4a055b48ef802b83ed9703f8d31d60cf3c0fb (diff)
parent21143a601c47ef30106aad75c8089cb5cf0acc05 (diff)
Merge "Specify module dependency in the srcs list" am: 21143a601c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1356365 Change-Id: I7249973dc3fc0cd87039c1ec38b2b213e07284c8
Diffstat (limited to 'rust/compiler_test.go')
-rw-r--r--rust/compiler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/compiler_test.go b/rust/compiler_test.go
index bcde75795..58ca52a0c 100644
--- a/rust/compiler_test.go
+++ b/rust/compiler_test.go
@@ -43,7 +43,7 @@ func TestFeaturesToFlags(t *testing.T) {
// Test that we reject multiple source files.
func TestEnforceSingleSourceFile(t *testing.T) {
- singleSrcError := "srcs can only contain one path for rust modules"
+ singleSrcError := "srcs can only contain one path for a rust file"
// Test libraries
testRustError(t, singleSrcError, `