| Index: test/win/compiler-flags/calling-convention-stdcall.def
|
| diff --git a/test/win/linker-flags/deffile.def b/test/win/compiler-flags/calling-convention-stdcall.def
|
| similarity index 51%
|
| copy from test/win/linker-flags/deffile.def
|
| copy to test/win/compiler-flags/calling-convention-stdcall.def
|
| index ba9d399bd6f9ae512179768e06cbd5ee5fa20d17..6c7e05e9ea6f4bff52f05dbc236308275f2b70e3 100644
|
| --- a/test/win/linker-flags/deffile.def
|
| +++ b/test/win/compiler-flags/calling-convention-stdcall.def
|
| @@ -1,8 +1,6 @@
|
| -; Copyright (c) 2012 Google Inc. All rights reserved.
|
| +; Copyright (c) 2014 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.
|
|
|
| -LIBRARY test_deffile_ok
|
| -
|
| EXPORTS
|
| - AnExportedFunction
|
| + _foo@0
|
|
|