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:
Philippe Canal 2013-03-02 02:38:59 +00:00
parent 5b7940b35d
commit ea36f5aa5d

View File

@ -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);