OSDN Git Service

Don't build libstdc++ host tests with the Bionic headers.
[android-x86/system-extras.git] / tests / bionic / libstdc++ / test_cassert.cpp
index 67c96de..fc669a9 100644 (file)
@@ -28,7 +28,7 @@
 
 
 #include <cassert>
-#ifndef BIONIC_LIBSTDCPP_INCLUDE_CASSERT__
+#if defined BIONIC && !defined BIONIC_LIBSTDCPP_INCLUDE_CASSERT__
 #error "Wrong header file included!!"
 #endif