summaryrefslogtreecommitdiff
path: root/icespider/unittests/test-api-impl.cpp
blob: bcde5c55621c385014ee2dd5785b2afca2dab118 (plain)
1
2
3
4
5
6
7
8
9
#include <iosfwd>
#include <string>
#include <test-api.h>

void
TestIceSpider::Ex::ice_print(std::ostream & s) const
{
	s << message;
}