[Chapel Merge] Remove a chapelnoprint codeblock from the spec tha

Branch: refs/heads/master
Revision: 2fb207f
Author: e-kayrakli
Log Message:

Merge pull request #16868 from e-kayrakli/spec-fixes

Remove a chapelnoprint codeblock from the spec that was causing correctness issues

Michael noted that https://github.com/chapel-lang/chapel/pull/16862 caused a
correctness issue in one of the tests.

One of the codeblocks that was fixed by that PR already had a
BLOCK-test-chapelnoprint twin. When that PR fixed the actual version of the
code, I failed to remove that twin. It caused the same code to be printed twice
in the generated test, causing issues.

This PR removes that block.

[Trivial, not reviewed]

Test:

  • [x] spec tests pass with quickstart
  • [x] make docs generates correct docs with highlighting

Modified Files:
M doc/rst/language/spec/generics.rst

Compare: https://github.com/chapel-lang/chapel/compare/04acdd9cc384...2fb207f8fdf9