Skip to content

Commit

Permalink
revert: Re-added outcome to testutil's header
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 8, 2024
1 parent c16e406 commit c1bde27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/testutil/outcome.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@


#ifndef SUPERGENIUS_GTEST_OUTCOME_UTIL_HPP
#define SUPERGENIUS_GTEST_OUTCOME_UTIL_HPP

#include <gtest/gtest.h>
#include "outcome/outcome.hpp"

#define PP_CAT(a, b) PP_CAT_I(a, b)
#define PP_CAT_I(a, b) PP_CAT_II(~, a##b)
Expand Down Expand Up @@ -198,4 +197,4 @@
<< outcome::result<void>(_error_).error().message() << "'"; \
}

#endif // SUPERGENIUS_GTEST_OUTCOME_UTIL_HPP
#endif

0 comments on commit c1bde27

Please sign in to comment.