Skip to content

Commit 7fc6113

Browse files
Gnimucvgvassilev
authored andcommitted
Apply clang-tindy suggestions
1 parent c31cb79 commit 7fc6113

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

0 commit comments

Comments
 (0)