diff --git a/orc-rt/unittests/SPSWrapperFunctionTest.cpp b/orc-rt/unittests/SPSWrapperFunctionTest.cpp index d9f34e6b7bfa..654d86ef2608 100644 --- a/orc-rt/unittests/SPSWrapperFunctionTest.cpp +++ b/orc-rt/unittests/SPSWrapperFunctionTest.cpp @@ -180,7 +180,7 @@ round_trip_int_pointer_sps_wrapper(orc_rt_SessionRef Session, void *CallCtx, }); } -TEST(SPSWrapperFunctionUtilsTest, TransparentSerializationPointers) { +TEST(SPSWrapperFunctionUtilsTest, TransparentConversionPointers) { int X = 42; int *P = nullptr; SPSWrapperFunction::call( @@ -201,7 +201,7 @@ expected_int_pointer_sps_wrapper(orc_rt_SessionRef Session, void *CallCtx, }); } -TEST(SPSWrapperFunctionUtilsTest, TransparentSerializationExpectedPointers) { +TEST(SPSWrapperFunctionUtilsTest, TransparentConversionExpectedPointers) { int X = 42; int *P = nullptr; SPSWrapperFunction(SPSExecutorAddr)>::call(