]> granicus.if.org Git - clang/commit
unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Sep 2012 00:34:18 +0000 (00:34 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Sep 2012 00:34:18 +0000 (00:34 +0000)
commit11e141d61637ac04f7de71141de9d371df728a38
treeade377d08394ec7dfee80dce8c6072e0320a1eb6
parent525394e6c2b0cd0ef4de47a402e82029402ff360
unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now.

LONG_MAX is 2147483647L on common 32 bit and LLP64 (Windows x64).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164478 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/StmtPrinterTest.cpp