Index: sources/test_regression/02052006/system.cpp
===================================================================
--- sources/test_regression/02052006/system.cpp	(revision 56)
+++ sources/test_regression/02052006/system.cpp	(revision 60)
@@ -121,4 +121,7 @@
     sc_signal<bool> resetn("resetn");
 
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
+
     test test1("test1");
     test1.clk(signal_clk);
