We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aface commit 11face2Copy full SHA for 11face2
1 file changed
tests/ll-box-ut/src/test.cpp
@@ -22,6 +22,7 @@
22
#pragma GCC diagnostic pop
23
#endif
24
25
-TEST(LINYAPS_BOX, Placeholder1) {
26
- EXPECT_EQ(1, 1);
+TEST(LINYAPS_BOX, Placeholder1)
+{
27
+ EXPECT_EQ(1, 1);
28
}
0 commit comments