summaryrefslogtreecommitdiff
path: root/orc-rt/unittests/SPSWrapperFunctionTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orc-rt/unittests/SPSWrapperFunctionTest.cpp')
-rw-r--r--orc-rt/unittests/SPSWrapperFunctionTest.cpp4
1 files changed, 2 insertions, 2 deletions
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<SPSExecutorAddr(SPSExecutorAddr)>::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<SPSExpected<SPSExecutorAddr>(SPSExecutorAddr)>::call(