Skip to content

Commit e4465f1

Browse files
committed
Fix module stuff in execution tests
1 parent 88e62d7 commit e4465f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/execution.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ end
108108
export external_dummy
109109
external_dummy() = return
110110
end
111-
import ...KernelModule
111+
import .KernelModule
112112
@oneapi KernelModule.external_dummy()
113113
@eval begin
114-
using ...KernelModule
114+
using .KernelModule
115115
@oneapi external_dummy()
116116
end
117117

0 commit comments

Comments
 (0)