Skip to content

Commit

Permalink
Disable dead test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Sep 6, 2023
1 parent d11d9ee commit d9b8f47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/native_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,7 @@ end
mod = @eval module $(gensym())
using ..GPUCompiler

@static if isdefined(Base.Experimental, Symbol("@overlay"))
Base.Experimental.@MethodTable(method_table)
else
const method_table = nothing
end

kernel() = child()
child() = 0
Expand Down
4 changes: 0 additions & 4 deletions test/native_testsetup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ using GPUCompiler
include("runtime.jl")

# local method table for device functions
@static if isdefined(Base.Experimental, Symbol("@overlay"))
Base.Experimental.@MethodTable(test_method_table)
else
const test_method_table = nothing
end

struct CompilerParams <: AbstractCompilerParams
entry_safepoint::Bool
Expand Down

0 comments on commit d9b8f47

Please sign in to comment.