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; };