Attempt to fix the test on 32 bits platforms
git-svn-id: http://root.cern.ch/svn/root/trunk@48801 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
5b7940b35d
commit
ea36f5aa5d
@ -195,7 +195,7 @@ Transform::GetPartiallyDesugaredType(Ctx, QT, skip).getAsString().c_str()
|
||||
lookup.findScope("A<B<Double32_t, std::size_t*> >", &t);
|
||||
QT = clang::QualType(t, 0);
|
||||
Transform::GetPartiallyDesugaredType(Ctx, QT, skip).getAsString().c_str()
|
||||
// CHECK:(const char *) "A<B<Double32_t, unsigned long *> >"
|
||||
// CHECK:(const char *) "A<B<Double32_t, unsigned {{long|int}} *> >"
|
||||
|
||||
lookup.findScope("CTD", &t);
|
||||
QT = clang::QualType(t, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user