mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Use unsigned long long instead of uin64_t for OS where that matters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f74eade1f
commit
436eaa88fd
@ -470,7 +470,7 @@ static const char* BadStrings[] = {
|
||||
|
||||
|
||||
TEST(StringRefTest, getAsUnsignedIntegerBadStrings) {
|
||||
uint64_t U64;
|
||||
unsigned long long U64;
|
||||
for (size_t i = 0; i < array_lengthof(BadStrings); ++i) {
|
||||
bool IsBadNumber = StringRef(BadStrings[i]).getAsInteger(0, U64);
|
||||
ASSERT_TRUE(IsBadNumber);
|
||||
|
Loading…
x
Reference in New Issue
Block a user