summaryrefslogtreecommitdiff
path: root/rust/compiler_test.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-07-10 18:28:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-07-10 18:28:50 +0000
commit21143a601c47ef30106aad75c8089cb5cf0acc05 (patch)
tree644dff55b3fca4404479dfc5abed0b8a6efa1ea1 /rust/compiler_test.go
parented62b9cc2a24dd0874f8689902bad759a722497a (diff)
parentbbd25aeb428edaa7fb332cc0a6771aeede38e286 (diff)
Merge "Specify module dependency in the srcs list"
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, `