ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 29 Nov 2012 09:57:11 +0000 (09:57 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 29 Nov 2012 09:57:11 +0000 (09:57 +0000)
commitb2df62570edf08a79074b56425cb87ea181847d6
tree3ef679c579bf28105cdd9c7dd30e5d0652fe95c0
parent4b929dae930d833da156901c4f52aa00ccb39351
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according to r168856, for now.

I think "i128", that I conditioned out, could be completely removed.
MS Compiler doesn't accept i128. We can assume no one would use i128.

llvm-svn: 168865
clang/unittests/AST/StmtPrinterTest.cpp