diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-23 02:12:09 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-23 02:12:09 +0900 |
| commit | 42c93a57a49623aee47bc1b5c025643d4745fe8b (patch) | |
| tree | e9a8894d47a7ca0d4c9795ff1d219c36ee67d7d6 /internal/rosa/qemu.go | |
| parent | b1b14810ac6acc18f55eaedfff1801ffcba1dd03 (diff) | |
internal/rosa: fix patches
Turns out alacritty clobbers output. It turns tabs into spaces and also removes whitespace-only lines for some reason.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/qemu.go')
| -rw-r--r-- | internal/rosa/qemu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/qemu.go b/internal/rosa/qemu.go index 6ede43dd..07787c91 100644 --- a/internal/rosa/qemu.go +++ b/internal/rosa/qemu.go @@ -21,7 +21,7 @@ index b731af0ad9..b5cbed4801 100644 @@ -401,7 +401,7 @@ static void test_dgram_inet(void) qtest_quit(qts0); } - + -#if !defined(_WIN32) && !defined(CONFIG_DARWIN) +#if 0 static void test_dgram_mcast(void) |
