Replace unparsable apostrophe character with ASCII "'". (#46069)

This commit is contained in:
Nicholas Sly 2024-08-28 09:34:06 -07:00 committed by GitHub
parent b9e4e98f15
commit 8b5521ec0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ class Raja(CachedCMakePackage, CudaPackage, ROCmPackage):
# and remove the +tests conflict below.
variant("tests", default=False, description="Build tests")
# we dont use variants to express the failing test, we only add a variant to
# we don't use variants to express the failing test, we only add a variant to
# define whether we want to run all the tests (including those known to fail)
# or only the passing ones.
variant(