Skip to content

Commit da16e01

Browse files
committed
Apply clang-tindy suggestions
1 parent c8f1c63 commit da16e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ TEST(FunctionReflectionTest, Construct) {
12841284
output = testing::internal::GetCapturedStdout();
12851285
EXPECT_EQ(output, "Constructor Executed");
12861286
output.clear();
1287-
auto dummy = clang_allocate(8);
1287+
auto* dummy = clang_allocate(8);
12881288
EXPECT_TRUE(dummy);
12891289
clang_deallocate(dummy);
12901290
// Clean up resources

0 commit comments

Comments
 (0)