Skip to content

Commit f2b5129

Browse files
committed
Apply clang-tindy suggestions
1 parent 418b3cb commit f2b5129

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
@@ -1535,7 +1535,7 @@ TEST(FunctionReflectionTest, Construct) {
15351535
output = testing::internal::GetCapturedStdout();
15361536
EXPECT_EQ(output, "Constructor Executed");
15371537
output.clear();
1538-
auto dummy = clang_allocate(8);
1538+
auto* dummy = clang_allocate(8);
15391539
EXPECT_TRUE(dummy);
15401540
clang_deallocate(dummy);
15411541
// Clean up resources

0 commit comments

Comments
 (0)