mirror of
https://github.com/m5stack/M5Utility.git
synced 2026-05-20 11:27:29 -07:00
7 lines
93 B
C++
7 lines
93 B
C++
#include <gtest/gtest.h>
|
|
#include <m5_utility/stl/optional.hpp>
|
|
|
|
TEST(Optional, Hashing)
|
|
{
|
|
}
|