Index: tests/coroutine/pingpong.cfa
===================================================================
--- tests/coroutine/pingpong.cfa	(revision d97c3a4b9cfd1040061ab2ac4708294336c5404b)
+++ tests/coroutine/pingpong.cfa	(revision 52ffa30aa99274381f3378ddebbe6301748191ef)
@@ -24,4 +24,5 @@
 
 void ?{}( PingPong & this, const char * name, unsigned int N, PingPong & part ) {
+	(this.__cor){name};
 	this.name = name;
 	this.N = N;
Index: tests/test.py
===================================================================
--- tests/test.py	(revision d97c3a4b9cfd1040061ab2ac4708294336c5404b)
+++ tests/test.py	(revision 52ffa30aa99274381f3378ddebbe6301748191ef)
@@ -19,5 +19,5 @@
 
 	def matchTest(path):
-		match = re.search("%s\/([\w\/\-_]*).expect\/([\w\-_]+)(\.[\w\-_]+)?\.txt" % settings.SRCDIR, path)
+		match = re.search("^%s\/([\w\/\-_]*).expect\/([\w\-_]+)(\.[\w\-_]+)?\.txt$" % settings.SRCDIR, path)
 		if match :
 			test = Test()
