| Index: test/toolsets/toolsets_shared.cc
|
| diff --git a/test/toolsets/toolsets.cc b/test/toolsets/toolsets_shared.cc
|
| similarity index 66%
|
| copy from test/toolsets/toolsets.cc
|
| copy to test/toolsets/toolsets_shared.cc
|
| index a45fa029cb7c03b892fc363faf62e2ad823dc9ad..794af2c0bd69e9eb1779b780a1433c162a16d8bf 100644
|
| --- a/test/toolsets/toolsets.cc
|
| +++ b/test/toolsets/toolsets_shared.cc
|
| @@ -1,8 +1,8 @@
|
| -/* Copyright (c) 2009 Google Inc. All rights reserved.
|
| +/* Copyright (c) 2013 Google Inc. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -const char *GetToolset() {
|
| +const char *GetToolsetShared() {
|
| #ifdef TARGET
|
| return "Target";
|
| #else
|
|
|