test: repoint retired-carrier citations at the tool ports

This commit is contained in:
2026-08-08 14:50:33 +09:00
parent e1bb49fb54
commit 3908a1557e
2 changed files with 5 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
// //
// This fold (a) deliberately does NOT test bare `let x: opaque`, `size(opaque)`, // This fold (a) deliberately does NOT test bare `let x: opaque`, `size(opaque)`,
// an `opaque` (bare) struct field, `[N]opaque`, or `[]opaque` INDEXING: those // an `opaque` (bare) struct field, `[N]opaque`, or `[]opaque` INDEXING: those
// are the use-restriction GUARDS of sub-fold (b) (test/wcc/961_opaque_guards.c, // are the use-restriction GUARDS of sub-fold (b) (test/tool/rejects_test.ww
// reject rows — out of this fold-2 chunk). Every row here stays behind // opaque_guards rows — out of this fold-2 chunk). Every row here stays behind
// indirection. // indirection.
package opaque_decl_test; package opaque_decl_test;

View File

@@ -1,5 +1,7 @@
// uniesc_test — in-language behavior rows for \u / \U / \x escapes, // uniesc_test — in-language behavior rows for \u / \U / \x escapes,
// migrated from test/wcc/110_uniesc_run.c (task #12 proof-of-path). The // migrated from the retired 110_uniesc_run carrier (task #12
// proof-of-path; its .wwi round-trip half now lives in
// test/tool/wwirune_test.ww). The
// compiler-under-test compiles THIS file, so a miscompile of an escape // compiler-under-test compiles THIS file, so a miscompile of an escape
// decode fails the assert in-language rather than via an external runner. // decode fails the assert in-language rather than via an external runner.
// //