fix(O-T7): actually delete SplitFormulaDivergenceTest (drop workaround)
The previous T7 commit (dc722e7) and the housekeeping commit (3e6f6ec) together left the file in the tree with a <Compile Remove> guard in the csproj. Per spec O-T7 and CLAUDE.md "no workarounds without approval" the file was supposed to be git-rm'd outright. This commit: - git rm tests/AcDream.Core.Tests/Terrain/SplitFormulaDivergenceTest.cs (the one-time N.5b data-collection sweep — job done at Phase N.5b ship) - Removes the now-unneeded <Compile Remove> guard from tests/AcDream.Core.Tests/AcDream.Core.Tests.csproj Build green; tests green (1146 + 8 pre-existing failures baseline maintained). Spec: docs/superpowers/specs/2026-05-21-phase-o-dat-path-unification-design.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3e6f6ec858
commit
57ee19968c
2 changed files with 0 additions and 176 deletions
|
|
@ -32,12 +32,4 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Phase O (2026-05-21): N.5b data-collection test referenced WorldBuilder.Shared
|
||||
types directly. After Phase O dropped the WorldBuilder.Shared project reference,
|
||||
this one-time data-collection test no longer compiles. Excluding from build;
|
||||
the sweep data it produced already informed the N.5b Path-C decision. -->
|
||||
<Compile Remove="Terrain\SplitFormulaDivergenceTest.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue