mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-22 16:34:55 +08:00
5 lines
135 B
C++
5 lines
135 B
C++
#include "core/math_utils.h"
|
|
#include "core/draco_test_base.h"
|
|
|
|
TEST(MathUtils, Mod) { EXPECT_EQ(DRACO_INCREMENT_MOD(1, 1 << 1), 0); }
|