diff options
Diffstat (limited to 'pkg/build')
| -rw-r--r-- | pkg/build/linux_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build/linux_test.go b/pkg/build/linux_test.go index 31fbdceaa..91d344531 100644 --- a/pkg/build/linux_test.go +++ b/pkg/build/linux_test.go @@ -38,7 +38,7 @@ func TestQueryLinuxCompiler(t *testing.T) { const badDir = "./testingData/non_existing_folder" _, err = queryLinuxCompiler(badDir) if err == nil { - t.Fatalf("Expected an error, got none") + t.Fatalf("expected an error, got none") } } |
