Skip to content

Commit

Permalink
fixup! parameterize compiler_testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed May 14, 2021
1 parent 8686240 commit 78cd9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsuite.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function testsuite(backend, backend_str, backend_mod, AT, DAT)
end
end

if backend != ROCM
if backend_str != "ROCM"
@testset "Compiler" begin
compiler_testsuite(backend, AT)
end
Expand Down

0 comments on commit 78cd9e7

Please sign in to comment.