The following test case: $ cat > t.cpp << EOF
include <driver.h> int main () { rw_assert (0, 0, 0, ""); return 0; } EOF yields the following error message: $ ./t /build/nicoara/stdcxx/tests/src/driver.cpp:1164: rw_assert(): test driver already initialized Aborted The message does not seem to make much sense to me. Shouldn't it be "the test driver has not been initialized yet"? Liviu