Skip to content

Commit 04dfa78

Browse files
committed
Revert expected error message in docs/src/index.md
Doctests as part of test suite happen only on Julia 1.10, so the Documenter.yml is now also pinned to 1.10
1 parent 6db2743 commit 04dfa78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: julia-actions/setup-julia@v2
2020
with:
21-
version: '1'
21+
version: '1.10'
2222
- uses: julia-actions/cache@v2
2323
- name: Install dependencies
2424
shell: julia --color=yes --project=docs {0}

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ julia> aos = [1+2im, 3+4im]
6767
3 + 4im
6868
6969
julia> aos.re # Vectors do not have fields, so this is an error
70-
ERROR: FieldError: type Array has no field `re`, available fields: `ref`, `size`
70+
ERROR: type Array has no field re
7171
[...]
7272
7373
julia> soa = StructArray(aos)

0 commit comments

Comments
 (0)