Skip to content

Commit f5bbd7b

Browse files
committed
Mark tesdt as passing.
1 parent 0b08b43 commit f5bbd7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
os: 'windows-latest'
3737
arch: 'x64'
3838
llvm_args: '--opaque-pointers'
39-
- version: '^1.11.0-alpha2'
39+
- version: '^1.11.0-rc1'
4040
os: 'ubuntu-latest'
4141
arch: 'x64'
4242
llvm_args: '--opaque-pointers'
43-
- version: '^1.11.0-alpha2'
43+
- version: '^1.11.0-rc1'
4444
os: 'macOS-latest'
4545
arch: 'x64'
4646
llvm_args: '--opaque-pointers'
47-
- version: '^1.11.0-alpha2'
47+
- version: '^1.11.0-rc1'
4848
os: 'windows-latest'
4949
arch: 'x64'
5050
llvm_args: '--opaque-pointers'

test/native_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ end
533533
@test occursin("ret void", ir)
534534
@test !any(f->occursin(f, ir),
535535
["jl_invoke", "apply_iterate",
536-
"inttoptr", "apply_type"]) broken=VERSION>=v"1.11.0-DEV.392"
536+
"inttoptr", "apply_type"])
537537
end
538538
end # testitem
539539

@@ -557,7 +557,7 @@ precompile_test_harness("Inference caching") do load_path
557557
job, _ = NativeCompiler.create_job(kernel, ())
558558
GPUCompiler.code_typed(job)
559559
end
560-
560+
561561
# identity is foreign
562562
@setup_workload begin
563563
job, _ = NativeCompiler.create_job(identity, (Int,))

0 commit comments

Comments
 (0)