Index: sources/test_regression/05092005/system.cpp
===================================================================
--- sources/test_regression/05092005/system.cpp	(revision 56)
+++ sources/test_regression/05092005/system.cpp	(revision 60)
@@ -22,4 +22,8 @@
     sc_clock signal_clk("my_clock", sc_time(1, sc_core::SC_NS));
     sc_signal<bool> s[5];
+
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
+
     hard a("a");
     hard b("b");
