Revert "tests add to namespace sls (#464)" (#465)

This reverts commit f5745fcf18.
This commit is contained in:
Dhanya Thattil
2022-05-20 15:43:48 +02:00
committed by GitHub
parent f5745fcf18
commit 8656eeec25
44 changed files with 228 additions and 350 deletions

View File

@@ -3,7 +3,7 @@
#include "catch.hpp"
#include "sls/Pattern.h"
namespace sls {
using sls::Pattern;
TEST_CASE("Pattern is default constructable and has zeroed fields") {
Pattern p;
@@ -27,5 +27,3 @@ TEST_CASE("Compare patterns") {
p1.data()->word[500] = 1;
REQUIRE_FALSE(p == p1);
}
} // namespace sls