Bruno BELANYI
06cc34dc1c
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: use new MODULE.bazel system. WIP: use `.bazel` extension on BUILD files.
6 lines
71 B
C++
6 lines
71 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(misc, passing) {
|
|
ASSERT_EQ(1, 1);
|
|
}
|