commit | 562e41c8d59f9859450640cc3586844e9908bb6a | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Oct 20 14:26:24 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Oct 20 14:26:24 2014 -0700 |
tree | c2cc0cfc4ede14f6fb85398d09a35d22511d6044 | |
parent | df6f9d18fce6750872dba5686ed6032949ca01c6 [diff] |
Fix cross test test_global. The definition of ExternName4 in crosstest/test_global_main.cpp was not defined as a pointer, but was in crosstest/test_global.cpp. As a result, that name was not linked properly. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/651673003