Skip to content

Commit 83984b0

Browse files
authored
remove dead codegen test (#2623)
1 parent acc8962 commit 83984b0

File tree

3 files changed

+0
-135
lines changed

3 files changed

+0
-135
lines changed

test/codegen/allocator.jl

Lines changed: 0 additions & 105 deletions
This file was deleted.

test/codegen/lit.cfg.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ end
103103
# filter tests
104104
if isempty(ARGS)
105105
filter!(tests) do test
106-
if startswith(test, "codegen/")
107-
# Who runs this? It segfault's on 1.11
108-
return false
109-
end
110106
if test ("metal", "cuda", "amdgpu")
111107
return false
112108
end

0 commit comments

Comments
 (0)