Skip to content

Commit d9b8f47

Browse files
committed
Disable dead test code.
1 parent d11d9ee commit d9b8f47

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/native_tests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,7 @@ end
474474
mod = @eval module $(gensym())
475475
using ..GPUCompiler
476476

477-
@static if isdefined(Base.Experimental, Symbol("@overlay"))
478477
Base.Experimental.@MethodTable(method_table)
479-
else
480-
const method_table = nothing
481-
end
482478

483479
kernel() = child()
484480
child() = 0

test/native_testsetup.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ using GPUCompiler
88
include("runtime.jl")
99

1010
# local method table for device functions
11-
@static if isdefined(Base.Experimental, Symbol("@overlay"))
1211
Base.Experimental.@MethodTable(test_method_table)
13-
else
14-
const test_method_table = nothing
15-
end
1612

1713
struct CompilerParams <: AbstractCompilerParams
1814
entry_safepoint::Bool

0 commit comments

Comments
 (0)