Skip to content

Commit eac3788

Browse files
committed
[orc-rt] Rename unit tests for consistency. NFCI.
Related tests use "TransparentConversion" rather than "TransparentSerialization".
1 parent 7f03b22 commit eac3788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orc-rt/unittests/SPSWrapperFunctionTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ round_trip_int_pointer_sps_wrapper(orc_rt_SessionRef Session, void *CallCtx,
180180
});
181181
}
182182

183-
TEST(SPSWrapperFunctionUtilsTest, TransparentSerializationPointers) {
183+
TEST(SPSWrapperFunctionUtilsTest, TransparentConversionPointers) {
184184
int X = 42;
185185
int *P = nullptr;
186186
SPSWrapperFunction<SPSExecutorAddr(SPSExecutorAddr)>::call(
@@ -201,7 +201,7 @@ expected_int_pointer_sps_wrapper(orc_rt_SessionRef Session, void *CallCtx,
201201
});
202202
}
203203

204-
TEST(SPSWrapperFunctionUtilsTest, TransparentSerializationExpectedPointers) {
204+
TEST(SPSWrapperFunctionUtilsTest, TransparentConversionExpectedPointers) {
205205
int X = 42;
206206
int *P = nullptr;
207207
SPSWrapperFunction<SPSExpected<SPSExecutorAddr>(SPSExecutorAddr)>::call(

0 commit comments

Comments
 (0)