Commit 5a1eeff
committed
Fix indentation bug in test_linker.py
`add_from_numba` and `debuggable_kernel` reference
`test_device_functions_ltoir` which is only defined inside
`if TEST_BIN_DIR:`. Move both definitions under that block
and add `@unittest.skipUnless` to `test_debug_kernel_with_lto`
so the test is skipped when the env var is unset.1 parent 200c2b9 commit 5a1eeff
1 file changed
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
119 | 124 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
130 | 128 | | |
131 | 129 | | |
132 | 130 | | |
| |||
350 | 348 | | |
351 | 349 | | |
352 | 350 | | |
| 351 | + | |
353 | 352 | | |
354 | 353 | | |
355 | 354 | | |
| |||
0 commit comments