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

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