| Index: tools/gn/function_rebase_path_unittest.cc
|
| diff --git a/tools/gn/function_rebase_path_unittest.cc b/tools/gn/function_rebase_path_unittest.cc
|
| index 456d4fb8a967798a8a57c121bf6736e3d5c63598..4b09790fa7ebe18910872058ea9a555d0bde707c 100644
|
| --- a/tools/gn/function_rebase_path_unittest.cc
|
| +++ b/tools/gn/function_rebase_path_unittest.cc
|
| @@ -32,7 +32,6 @@ std::string RebaseOne(Scope* scope,
|
|
|
| TEST(RebasePath, Strings) {
|
| TestWithScope setup;
|
| - setup.build_settings()->SetBuildDir(SourceDir("//out/Debug/"));
|
| Scope* scope = setup.scope();
|
| scope->set_source_dir(SourceDir("//tools/gn/"));
|
|
|
| @@ -151,7 +150,6 @@ TEST(RebasePath, StringsSystemPaths) {
|
| // Test list input.
|
| TEST(RebasePath, List) {
|
| TestWithScope setup;
|
| - setup.build_settings()->SetBuildDir(SourceDir("//out/Debug/"));
|
| setup.scope()->set_source_dir(SourceDir("//tools/gn/"));
|
|
|
| std::vector<Value> args;
|
| @@ -175,7 +173,6 @@ TEST(RebasePath, List) {
|
|
|
| TEST(RebasePath, Errors) {
|
| TestWithScope setup;
|
| - setup.build_settings()->SetBuildDir(SourceDir("//out/Debug/"));
|
|
|
| // No arg input should issue an error.
|
| Err err;
|
|
|