| Index: tools/clang/plugins/tests/warn_only.cpp
|
| diff --git a/test/message/arrow-formal-parameters.js b/tools/clang/plugins/tests/warn_only.cpp
|
| similarity index 54%
|
| copy from test/message/arrow-formal-parameters.js
|
| copy to tools/clang/plugins/tests/warn_only.cpp
|
| index 30f9c8604800879df5a265a7545ad9476d991e92..1fbefcb105b911baaafd4b1753353f3e35d3e319 100644
|
| --- a/test/message/arrow-formal-parameters.js
|
| +++ b/tools/clang/plugins/tests/warn_only.cpp
|
| @@ -1,5 +1,5 @@
|
| -// Copyright 2015 the V8 project authors. All rights reserved.
|
| +// Copyright (c) 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -(b, a, a, d) => a
|
| +#include "warn_only.h"
|
|
|