summaryrefslogtreecommitdiffstats
path: root/source/aparser/templates/harness_end.tpl
blob: 1e15faec167f0e4c77050ca92e69e4c00f03af21 (plain)
1
2
3
4
5
6
7
	{
		printf("structure %s not found\n", test);
		ret = False;
	}

	return ret;
}