Skip to content

Commit b014513

Browse files
committed
Remove test code
1 parent d35c25c commit b014513

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/examples.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ function examples_testsuite(backend, backend_str)
1414
examples_dir = joinpath(@__DIR__, "..", "examples")
1515
examples = find_sources(examples_dir)
1616
filter!(file -> readline(file) != "# EXCLUDE FROM TESTING", examples)
17-
filter!(examples) do file
18-
last(splitpath(file)) == "histogram.jl"
19-
end
2017
if backend_str == "ROCM"
2118
filter!(file -> occursin("# INCLUDE ROCM", String(read(file))), examples)
2219
end

0 commit comments

Comments
 (0)