mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
AK+Tests: Use less space in ErrorOr
This commit is contained in:
parent
c673b7220a
commit
208d85e707
2 changed files with 15 additions and 34 deletions
|
@ -39,9 +39,6 @@
|
|||
#define EXPECT_VARIADIC_TRAIT_FALSE(trait, ...) \
|
||||
static_assert(!trait<__VA_ARGS__>)
|
||||
|
||||
struct Empty {
|
||||
};
|
||||
|
||||
enum class Enummer : u8 {
|
||||
Dummmy,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue