change dir name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "container/container.hpp"
|
||||
#include "hack/container/container.hpp"
|
||||
|
||||
TEST(vector_multiset, check)
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "math/matrix.hpp"
|
||||
#include "hack/math/matrix.hpp"
|
||||
|
||||
TEST(matrix, check)
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "range/range.hpp"
|
||||
#include "hack/range/range.hpp"
|
||||
|
||||
TEST(within, check)
|
||||
{
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "string/string.hpp"
|
||||
|
||||
#include "hack/string/string.hpp"
|
||||
|
||||
TEST(split_str, check)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user