Commit b7a9a75
Fix deprecation warnings in test suite
Remove test code that called deprecated linear indexing APIs without
@test_deprecated wrappers, causing warnings in CI output:
- interface_tests.jl: Remove lastindex(va) test without dimension arg
(already covered by lastindex(va, 2) test on preceding lines)
- copy_static_array_test.jl: Replace a_voa[i] with a_voa.u[i]
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent eb87c39 commit b7a9a75
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| |||
0 commit comments