Skip to content

Commit

Permalink
added missing test param to BFS unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSallinen committed Aug 23, 2014
1 parent 5528b0c commit 2e01748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/totem_bfs_unittest.cu
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ INSTANTIATE_TEST_CASE_P(BFSGPUAndCPUTest, BFSTest, Values(&bfs_params[0],
&bfs_params[25],
&bfs_params[26],
&bfs_params[27],
&bfs_params[28] ));
&bfs_params[28],
&bfs_params[29] ));

#else

Expand Down

0 comments on commit 2e01748

Please sign in to comment.