Commit dbe0af806e7a1e5d2dcf58216ad3f4b0923f3acf
- Diff rendering mode:
- inline
- side by side
test/unit/rope_test.cpp
(5 / 1)
|   | |||
| 34 | 34 | CPPUNIT_TEST(find2); | |
| 35 | 35 | CPPUNIT_TEST(construct_from_char); | |
| 36 | 36 | CPPUNIT_TEST(bug_report); | |
| 37 | #if !defined (_STLP_MEMBER_TEMPLATES) | ||
| 38 | CPPUNIT_IGNORE; | ||
| 39 | #endif | ||
| 37 | 40 | CPPUNIT_TEST(test_saved_rope_iterators); | |
| 38 | 41 | CPPUNIT_TEST_SUITE_END(); | |
| 39 | 42 | ||
| … | … | ||
| 154 | 154 | ||
| 155 | 155 | void RopeTest::test_saved_rope_iterators() | |
| 156 | 156 | { | |
| 157 | #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS) | ||
| 157 | #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS) && \ | ||
| 158 | defined (_STLP_MEMBER_TEMPLATES) | ||
| 158 | 159 | // | |
| 159 | 160 | // Try and create a rope with a complex tree structure: | |
| 160 | 161 | // |

