Index: sources/test_regression/19042005/system.cpp
===================================================================
--- sources/test_regression/19042005/system.cpp	(revision 59)
+++ sources/test_regression/19042005/system.cpp	(revision 60)
@@ -78,4 +78,7 @@
     sc_signal< sc_uint<64> > s11("s11"), s12("s12"), s13("s13");
     sc_signal< sc_uint<32> > s16("s16");
+
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
 
     test test1("test1");
