Skip to content

Commit 663e7e8

Browse files
committed
Fixing incorrect function name call.
1 parent 5d1c02a commit 663e7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/pplx/pplx_test/pplxtask_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ TEST(TestContinuationsWithTask)
14091409
{
14101410
bool gotException = true;
14111411
int n2 = 0;
1412-
task<int> t(throwFunc);
1412+
task<int> t(ThrowFunc);
14131413
t.then([&] (task<int> ti) {
14141414
try
14151415
{

0 commit comments

Comments
 (0)