src/test/error_test.cc
changeset 542 69bde1d90c04
parent 489 afbdf8a3a633
child 727 aada518af30f
equal deleted inserted replaced
0:c51fb9bf917b 1:e3491b750861
     1 #include <iostream>
     1 #include <iostream>
     2 
     2 
     3 #include <error.h>
     3 #include <hugo/error.h>
     4 
     4 
     5 using namespace hugo;
     5 using namespace hugo;
     6 using std::cout;
     6 using std::cout;
     7 using std::endl;
     7 using std::endl;
     8 
     8