| Index: tools/gn/test_with_scope.cc
|
| diff --git a/tools/gn/test_with_scope.cc b/tools/gn/test_with_scope.cc
|
| index e149e92d08448a6704dd9582606ab5e6edce5567..97eb2fbbcd23cd7cc670c3cfcb1d1c89525c4748 100644
|
| --- a/tools/gn/test_with_scope.cc
|
| +++ b/tools/gn/test_with_scope.cc
|
| @@ -12,7 +12,7 @@ TestWithScope::TestWithScope()
|
| build_settings_.SetBuildDir(SourceDir("//out/Debug/"));
|
|
|
| settings_.set_toolchain_label(toolchain_.label());
|
| - settings_.set_is_default(true);
|
| + settings_.set_default_toolchain_label(toolchain_.label());
|
| }
|
|
|
| TestWithScope::~TestWithScope() {
|
|
|