Commit a68ebee
Fix AllowTrackedCall test: make it self-contained with untracked lambda
The test was referencing Unsafe.unsafe_untracked_call from the prelude,
but test .sk files are compiled standalone. Define @allow_tracked_call
locally and use `untracked () -> ...` lambda syntax.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent b120dcf commit a68ebee
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | | - | |
| 14 | + | |
10 | 15 | | |
11 | | - | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments