sundials: fix typo in smoke tests (#34539)

This commit is contained in:
David Gardner 2022-12-15 00:07:54 -08:00 committed by GitHub
parent 65bd9b9ac5
commit b5f8ed07fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -743,7 +743,7 @@ def _smoke_tests(self):
("cvode/cuda/cvAdvDiff_kry_cuda", [], "Test CVODE with CUDA", True)
)
if "+hip" in self.spec:
if "+rocm" in self.spec:
smoke_tests.append(
("nvector/hip/test_nvector_hip", ["10", "0", "0"], "Test HIP N_Vector", True)
)