Index: tests/concurrent/examples/boundedBufferINT.cfa
===================================================================
--- tests/concurrent/examples/boundedBufferINT.cfa	(revision 3aa1d2274e31c4a973f17918cfb7aa66460da003)
+++ tests/concurrent/examples/boundedBufferINT.cfa	(revision d06707edf35d2101302b4f94fdd8182089fc9b22)
@@ -24,5 +24,5 @@
 enum { BufferSize = 50 };
 
-forall( otype T ) {
+forall( T ) {
 	monitor Buffer {
 		condition full, empty;
