Index: sources/test_regression/08092005/system.cpp
===================================================================
--- sources/test_regression/08092005/system.cpp	(revision 56)
+++ sources/test_regression/08092005/system.cpp	(revision 60)
@@ -40,4 +40,7 @@
     hard b("b");
     hard c("c");
+
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
 
     a.clk(clk);
