From 4e2b486ec8090d80fc1e2e59ef2c8d9f4c02ec07 Mon Sep 17 00:00:00 2001 From: Tobias Fuchs Date: Tue, 31 Mar 2015 18:04:52 +0200 Subject: [PATCH] dataflow_cpp: fix in unit test --- dataflow_cpp/test/dataflow_cpp_test_simple.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataflow_cpp/test/dataflow_cpp_test_simple.cc b/dataflow_cpp/test/dataflow_cpp_test_simple.cc index 248ce1d..80450b5 100644 --- a/dataflow_cpp/test/dataflow_cpp_test_simple.cc +++ b/dataflow_cpp/test/dataflow_cpp_test_simple.cc @@ -158,7 +158,7 @@ void SimpleTest::TestBasic() { 128, // max groups (default: 128) // Currently needs to be initialized // with (max_queues + 1), see defect embb449 - num_cores, // max queues (default: 16) + num_cores + 1, // max queues (default: 16) 1024, // queue capacity (default: 1024) 4 // num priorities (default: 4) ); -- libgit2 0.26.0