| Index: luci_config/common/cfgtypes/project_name_test.go
|
| diff --git a/common/config/projectName_test.go b/luci_config/common/cfgtypes/project_name_test.go
|
| similarity index 98%
|
| rename from common/config/projectName_test.go
|
| rename to luci_config/common/cfgtypes/project_name_test.go
|
| index 91c3fc3ad62fc7b71ef90bea0175b6ec9fd94fd6..3f6d741a22f3aaecc56bc0e18019fa1845dd0d75 100644
|
| --- a/common/config/projectName_test.go
|
| +++ b/luci_config/common/cfgtypes/project_name_test.go
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed under the Apache License, Version 2.0
|
| // that can be found in the LICENSE file.
|
|
|
| -package config
|
| +package cfgtypes
|
|
|
| import (
|
| "fmt"
|
|
|