Skip to content

Commit

Permalink
📚 [README]
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Oct 15, 2024
1 parent 2f70fe3 commit 9163d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ut
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,8 @@ template <class...> inline auto cfg = default_cfg{};
```

```cpp
#define UT_RUN_TIME // Marks test at run-time only
#define UT_COMPILE_TIME // Marks test as compile-time only
#define UT_RUN_TIME // [mutable] Marks test at run-time only
#define UT_COMPILE_TIME // [consteval] Marks test as compile-time only
```

```cpp
Expand Down

0 comments on commit 9163d85

Please sign in to comment.