2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 07:22:31 +00:00

merged from HEAD

[SVN r35165]
This commit is contained in:
Dave Abrahams
2006-09-18 18:25:57 +00:00
parent 38f7a4e9b6
commit 029618f719

View File

@@ -49,7 +49,7 @@ bool check_string_rich_slice()
// value doesn't make any sense.
#define ASSERT_EQUAL( e1, e2 ) \
if ((e1) != (e2)) \
return str("assertion failed: " #e1 " == " #e2 "\nLHS:\n") /*+ str(e1) + "\nRHS:\n" + str(e2)*/; \
return object("assertion failed: " #e1 " == " #e2 "\nLHS:\n") /*+ str(e1) + "\nRHS:\n" + str(e2)*/; \
else
// These tests work with Python 2.2, but you must have Numeric installed.