Chromium Code Reviews| Index: test/prune_targets/lib.cc |
| diff --git a/test/win/shard/hello2.cc b/test/prune_targets/lib.cc |
| similarity index 87% |
| copy from test/win/shard/hello2.cc |
| copy to test/prune_targets/lib.cc |
| index 23fcb546cb04a424be1c75f5c20d5950f0501095..c8f574cc32d9cfb290e04d96aae9fdd45a7e2aed 100644 |
| --- a/test/win/shard/hello2.cc |
| +++ b/test/prune_targets/lib.cc |
| @@ -2,6 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -int f2() { |
| - return 0; |
| +void libfunc1() |
|
scottmg
2013/09/26 22:11:07
nit; move braces to function line
|
| +{ |
| } |