Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ TEST
Function
TEST
base/array_size_test.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace toft {
11
12
TEST(ArraySizeTest, Array)
13
{
14
char a[2];
15
ASSERT_EQ(sizeof(a), TOFT_ARRAY_SIZE(a));
16
}
17
18
TEST(ArraySizeTest, ConstArray)
19
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected