Liviu Nicoara wrote:
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"?

Yes, it should. I get the right error when using the Rogue Wave
branch so it must be somewhere in the brittle compatibility layer
between the two. Again, filing an issue in Jira would help us
remember to fix it sooner rather than later.

Thanks!
Martin

Reply via email to