Skip to content

Commit

Permalink
Includes in libcxx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Nov 24, 2024
1 parent b3c2316 commit fcc610f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions test/sources/LibcxxTester.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

#pragma once

#include "TestSettings.h"

#include "../../include/momo/Version.h"
#include "../../include/momo/UserSettings.h"

#include <iostream>

#define LIBCXX_TO_STR(expr) #expr
Expand Down
2 changes: 0 additions & 2 deletions test/sources/libcxx/Support.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include <cmath>
#include <optional>

#include "../../../include/momo/Version.h"

//#define LIBCPP_HAS_BAD_NEWS_FOR_MOMO

#if defined(__cpp_lib_containers_ranges)
Expand Down
2 changes: 0 additions & 2 deletions test/sources/libcxx11/Support.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
# include <optional>
#endif

#include "../../../include/momo/UserSettings.h"

#if !defined(TEST_MSVC) && !defined(__cpp_lib_transparent_operators)
# define LIBCPP_HAS_NO_TRANSPARENT_OPERATORS
#endif
Expand Down

0 comments on commit fcc610f

Please sign in to comment.