aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/cros_host_config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/cros_host_config_test.go')
-rw-r--r--compiler_wrapper/cros_host_config_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler_wrapper/cros_host_config_test.go b/compiler_wrapper/cros_host_config_test.go
index 4f3b5cb2..fee78e62 100644
--- a/compiler_wrapper/cros_host_config_test.go
+++ b/compiler_wrapper/cros_host_config_test.go
@@ -13,7 +13,7 @@ const crosClangHostGoldenDir = "testdata/cros_clang_host_golden"
const crosGccHostGoldenDir = "testdata/cros_gcc_host_golden"
func TestCrosClangHostConfig(t *testing.T) {
- withGoldenTestContext(t, func(ctx *testContext) {
+ withTestContext(t, func(ctx *testContext) {
useLlvmNext := false
useCCache := false
cfg, err := getConfig("cros.host", useCCache, useLlvmNext, "123")
@@ -43,7 +43,7 @@ func TestCrosClangHostConfig(t *testing.T) {
}
func TestCrosGccHostConfig(t *testing.T) {
- withGoldenTestContext(t, func(ctx *testContext) {
+ withTestContext(t, func(ctx *testContext) {
useLlvmNext := false
useCCache := false
cfg, err := getConfig("cros.host", useCCache, useLlvmNext, "123")