Skip to content

Commit a0d2e0b

Browse files
committed
add InteractiveUtils to tests
1 parent b039187 commit a0d2e0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
23
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
34

45
[extras]

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Test
22
using GPUToolbox
3+
using InteractiveUtils
34

45
@testset "GPUToolbox.jl" begin
56
@testset "SimpleVersion" begin

0 commit comments

Comments
 (0)