Skip to content

Commit d1a04ee

Browse files
committed
tests: Implement a function.
We don't actually call the function, but it avoids an inspection warning from Jetbrains CLion, and doesn't seem unreasonable.
1 parent 981d8d5 commit d1a04ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_size.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace
1515
{
1616
struct A
1717
{
18-
void foo();
18+
void foo() {}
1919
};
2020
} // end anonymous namespace
2121

0 commit comments

Comments
 (0)