diff options
author | Pavel Labath <labath@google.com> | 2018-03-01 16:56:28 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-03-01 16:56:28 +0000 |
commit | e1463ef4d38126a417e7b5662a8c5c8ec3957d73 (patch) | |
tree | 6d1ba2a64237142637b3aec388d8626237efb22e /lldb/packages/Python/lldbsuite/test/lang/cpp/call-function | |
parent | d696e93cb610f688acb19e142aa6adb94da3dc97 (diff) | |
download | bcm5719-llvm-e1463ef4d38126a417e7b5662a8c5c8ec3957d73.tar.gz bcm5719-llvm-e1463ef4d38126a417e7b5662a8c5c8ec3957d73.zip |
Make TestDynamicValueSameBase gcc-compatible
gcc will say that the type of "this" is "T * const", clang "T *".
Compare the unqualified type names to erase the difference between the
two, as the constness is not a part of this test.
FWIW, I think that the gcc behavior makes more sense here.
llvm-svn: 326449
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/call-function')
0 files changed, 0 insertions, 0 deletions