Skip to content

Commit 967d1fd

Browse files
Gnimucmcbarton
authored andcommitted
Apply clang-tindy suggestions
1 parent 26e3405 commit 967d1fd

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)