aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-08-20 10:05:56 -0700
committerTobias Bosch <tbosch@google.com>2019-08-20 17:49:26 +0000
commit2e7ed593657e7d7d4adadc4741edf518cab5359b (patch)
tree77760225bd2ba4a5a13775712126ced6b377cf7b /compiler_wrapper
parent1cd5f84a902cb5f26a7ea5a0b1816c38dee6ba90 (diff)
downloadtoolchain-utils-2e7ed593657e7d7d4adadc4741edf518cab5359b.tar.gz
Fix old wrapper path for goden tests of gcc host config.
This reverts an accidental change from https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1760971 which ran the tests without comparing to the old wrapper. BUG=chromium:773875 TEST=ran golden tests while comparing to old wrapper. Change-Id: I735cf6be573b74ea6ca3eac43422ca15108407f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1762385 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Tobias Bosch <tbosch@google.com>
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)
}