summaryrefslogtreecommitdiff
path: root/orc-rt
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2025-10-08 22:36:11 +1100
committerLang Hames <lhames@gmail.com>2025-10-08 22:36:11 +1100
commiteac3788b4e2dd305a84f09ebc6fffc050ee84a68 (patch)
tree954801b095408c25f2b287b21e2e6ebfb84ac545 /orc-rt
parent7f03b22dce1f4dae9db3ec8919db7dbd98202e0b (diff)
[orc-rt] Rename unit tests for consistency. NFCI.
Related tests use "TransparentConversion" rather than "TransparentSerialization".
Diffstat (limited to 'orc-rt')
-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(