Skip to content

Commit 8b7bcf8

Browse files
secupclaude
andcommitted
fix(ci): Windows build — env_compat shim for unsetenv in test_tone_burst_ack_payload (an old uncommitted rungCmd test edit was swept into 57aec9d without the MSVC shim)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019btwFxDt7D19SZSqPYvZnk
1 parent 715f266 commit 8b7bcf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_tone_burst_ack_payload.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "waveform/tone_burst_ack/tone_burst_constants.hpp"
55
#include "waveform/tone_burst_ack/tone_burst_payload.hpp"
66

7+
#include "env_compat.hpp" // setenv/unsetenv on MSVC (knob-pinning below)
8+
79
#include <cassert>
810
#include <cstdlib>
911
#include <cstdint>

0 commit comments

Comments
 (0)