summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-24 16:37:04 -0800
committerElliott Hughes <enh@google.com>2014-01-24 16:38:07 -0800
commite2a292d278b94fec3d078b1f1b27c1f89942c276 (patch)
tree92f56a8b0e38cd4576453bf8db9fdecd8c7fe077 /tests
parent513f83bb7f6961d60eb10d2ab14fb31fed190bce (diff)
downloadbionic-e2a292d278b94fec3d078b1f1b27c1f89942c276.zip
bionic-e2a292d278b94fec3d078b1f1b27c1f89942c276.tar.gz
bionic-e2a292d278b94fec3d078b1f1b27c1f89942c276.tar.bz2
Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64).
The various committees decided that everyone should get all these macros, all the time. Bug: 12708004 Change-Id: Ib56010dcba9b0656e5701546fefb7f78dc0bf916
Diffstat (limited to 'tests')
-rw-r--r--tests/inttypes_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/inttypes_test.cpp b/tests/inttypes_test.cpp
index ec4a104..df02d1f 100644
--- a/tests/inttypes_test.cpp
+++ b/tests/inttypes_test.cpp
@@ -16,8 +16,6 @@
#include <gtest/gtest.h>
-#define __STDC_FORMAT_MACROS // Otherwise not available in C++.
-
#include <stdio.h>
#include <inttypes.h>