Commit 76dd028
fix: gate AHP idle test behind ahp feature
The test imports from a3s_code_core::ahp which only exists when
the ahp feature is enabled. Gate the entire test file with
#![cfg(feature = "ahp")] to prevent compilation errors when
running tests without the ahp feature.1 parent 85f95bc commit 76dd028
1 file changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 5 | + | |
| 6 | + | |
14 | 7 | | |
15 | 8 | | |
| 9 | + | |
| 10 | + | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
| |||
0 commit comments