diff options
Diffstat (limited to 'rust/compiler_test.go')
| -rw-r--r-- | rust/compiler_test.go | 2 | 
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, ` |