Skip to content

Commit 2b3f2d0

Browse files
committed
Apply clang-tindy suggestions
1 parent 4d7de4a commit 2b3f2d0

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
@@ -1547,7 +1547,7 @@ TEST(FunctionReflectionTest, Construct) {
15471547
output = testing::internal::GetCapturedStdout();
15481548
EXPECT_EQ(output, "Constructor Executed");
15491549
output.clear();
1550-
auto dummy = clang_allocate(8);
1550+
auto* dummy = clang_allocate(8);
15511551
EXPECT_TRUE(dummy);
15521552
clang_deallocate(dummy);
15531553
// Clean up resources

0 commit comments

Comments
 (0)