undo r63820

This commit is contained in:
Sébastien Loriot 2011-06-01 13:13:20 +00:00
parent 2005afd37b
commit 813c75036c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define CGAL_TEST(b) if (!(b)) { ++cgal_test_res; \
std::cerr<<"ERROR: ("<<__LINE__ <<") test "<<#b<<" failed."<<std::endl; } \
else {}
else
#define CGAL_IO_TEST(datao,datai) { \
std::ostrstream OS; OS<<datao<<'\n'<<'\0'; \