From 90b10054780336ee6af7277080ab200b3d3df9b0 Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Sat, 8 Aug 2026 14:34:59 +0900 Subject: [PATCH] test: point attest_userrun comment at the ported collide owner --- test/wcc/data/attest_userrun.ww | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wcc/data/attest_userrun.ww b/test/wcc/data/attest_userrun.ww index 01845aa3..74718cca 100644 --- a/test/wcc/data/attest_userrun.ww +++ b/test/wcc/data/attest_userrun.ww @@ -9,7 +9,7 @@ // the -T asm — exactly 1 `TEXT main.run` (user) + 1 `TEXT test.run` (lib // runner) — pinning #84 distinctness here in the REAL @test/-T path (a // dead-dup regression yields 0x main.run / 2x test.run). General -// callability of the user run is gated separately by 989_barefn_collide. +// callability of the user run is gated separately by test/xmod/collide_test.ww. package main; fn run() i32 = { return 9; };