Skip to content

Commit 28ba16e

Browse files
Gnimucvgvassilev
authored andcommitted
Fix a typo in the TOperator test
1 parent 13d0e69 commit 28ba16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ TEST(FunctionReflectionTest, GetFunctionCallWrapper) {
16821682
Cpp::TCppScope_t op = Cpp::InstantiateTemplate(op_templated, &TAI, 1);
16831683
auto FCI_op = Cpp::MakeFunctionCallable(op);
16841684
bool boolean = false;
1685-
FCI_op.Invoke((void*)&boolean, {args, /*args_size=*/1}, object);
1685+
FCI_op.Invoke((void*)&boolean, {args, /*args_size=*/1}, toperator);
16861686
EXPECT_TRUE(boolean);
16871687
}
16881688

0 commit comments

Comments
 (0)