summaryrefslogtreecommitdiff
path: root/tests/bionic/libstdc++/test_cmath.cpp
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-07-29 14:57:08 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-07-29 14:57:08 -0700
commit913f841638abc4799accd050537748a1825275d0 (patch)
tree9c2819d3b290e142a5d1e451001a922a3a06410e /tests/bionic/libstdc++/test_cmath.cpp
parente92807b964bef9b003f39ae1c3be6bf379f148dd (diff)
parent7082788e24208a19007f237ae4c4622a8bd6bc6e (diff)
downloadextras-913f841638abc4799accd050537748a1825275d0.tar.gz
merge from donut
Diffstat (limited to 'tests/bionic/libstdc++/test_cmath.cpp')
-rw-r--r--tests/bionic/libstdc++/test_cmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bionic/libstdc++/test_cmath.cpp b/tests/bionic/libstdc++/test_cmath.cpp
index 438fb649..847c9340 100644
--- a/tests/bionic/libstdc++/test_cmath.cpp
+++ b/tests/bionic/libstdc++/test_cmath.cpp
@@ -27,7 +27,7 @@
*/
#include <cmath>
-#ifndef BIONIC_LIBSTDCPP_INCLUDE_CMATH__
+#if defined BIONIC && !defined BIONIC_LIBSTDCPP_INCLUDE_CMATH__
#error "Wrong header file included!!"
#endif