commit | da861356faf6f521665a491d3e1c5a4a451ae6d2 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sat Feb 02 16:42:28 2019 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sat Feb 02 16:42:28 2019 -0800 |
tree | c90f998fdc55a55788aa56bdcdc186a740671f10 |
Squashed 'third_party/optional/' content from commit 1baad184f Change-Id: I9b2473a84dcf6d9892f1f7a9fd21b340796b6ff5 git-subtree-dir: third_party/optional git-subtree-split: 1baad184f022a3a7502db094a984a86adedf9626
diff --git a/tests/hash.cpp b/tests/hash.cpp new file mode 100644 index 0000000..16437da --- /dev/null +++ b/tests/hash.cpp
@@ -0,0 +1,4 @@ +#include "catch.hpp" +#include "optional.hpp" + +TEST_CASE("Hashing", "[hash]") {}