aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper')
-rw-r--r--compiler_wrapper/cros_host_config_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/cros_host_config_test.go b/compiler_wrapper/cros_host_config_test.go
index 2ddbc397..e6a6f139 100644
--- a/compiler_wrapper/cros_host_config_test.go
+++ b/compiler_wrapper/cros_host_config_test.go
@@ -45,7 +45,7 @@ func TestCrosClangHostConfig(t *testing.T) {
func TestCrosGccHostConfig(t *testing.T) {
withTestContext(t, func(ctx *testContext) {
useCCache := false
- cfg, err := getConfig("cros.host", useCCache, oldClangHostWrapperPathForTest, "123")
+ cfg, err := getConfig("cros.host", useCCache, oldGccHostWrapperPathForTest, "123")
if err != nil {
t.Fatal(err)
}