From eac3788b4e2dd305a84f09ebc6fffc050ee84a68 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 8 Oct 2025 22:36:11 +1100 Subject: [PATCH] [orc-rt] Rename unit tests for consistency. NFCI. Related tests use "TransparentConversion" rather than "TransparentSerialization". --- orc-rt/unittests/SPSWrapperFunctionTest.cpp | 4 ++-- 1 file 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::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(