Commit 589d43d
authored
List cl_khr_icd_unloadable in correct place; NFC (#2661)
cl_khr_icd_unloadable is an API-only extension, so make sure it's in the
correct place in test_compiler's extension list.
This has no functional effect currently, because commit 5af0e74 ("Add
cl_khr_icd_unloadable to the list of known_extensions (#2605)",
2026-01-20) did not bump `first_API_extension` such that
cl_khr_icd_unloadable was already treated as an API-only extension.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>1 parent 7deecbe commit 589d43d
File tree
1 file changed
+1
-1
lines changed- test_conformance/compiler
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments