Skip to content

Commit 2f89584

Browse files
author
Julian LALU
committed
Trigger pipeline
1 parent 01d5b17 commit 2f89584

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/hashmap/add/add_by_copy_construct_non_bitwise_copy_constructible_same_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <core/containers/hashmap.h>
2-
#include "../misc/allocator_watcher.h"
2+
#include "../../misc/allocator_watcher.h"
33

44
GTEST_TEST(hashmap, add_by_copy_construct_non_bitwise_copy_constructible_same_type)
55
{

test/hashmap/hashmap_add.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <core/containers/hashmap.h>
2-
#include "../../misc/allocator_watcher.h"
2+
#include "../misc/allocator_watcher.h"
33

44
GTEST_TEST(hashmap, add_by_copy_construct_non_bitwise_copy_constructible_different_type)
55
{

0 commit comments

Comments
 (0)