Skip to content

Commit

Permalink
Merge "Bionic does not provide a cxxabi"
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Catania authored and Android (Google) Code Review committed Jan 21, 2010
2 parents 3f9bef5 + 10f1732 commit f97111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gtest/internal/gtest-type-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P

#ifdef __GNUC__
#if defined(__GNUC__) && !GTEST_OS_ANDROID
#include <cxxabi.h>
#endif // __GNUC__

Expand Down

0 comments on commit f97111f

Please sign in to comment.