diff options
author | Nicholas Sly <sly1@llnl.gov> | 2024-08-28 09:34:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 18:34:06 +0200 |
commit | 8b5521ec0a30b3486239c69a21168968fb39a2f7 (patch) | |
tree | a4dda97b190c6512dc3a21364cf661f11ad3955e /var | |
parent | b9e4e98f15b4a07814adf8b22da19e631f2749e4 (diff) | |
download | spack-8b5521ec0a30b3486239c69a21168968fb39a2f7.tar.gz spack-8b5521ec0a30b3486239c69a21168968fb39a2f7.tar.bz2 spack-8b5521ec0a30b3486239c69a21168968fb39a2f7.tar.xz spack-8b5521ec0a30b3486239c69a21168968fb39a2f7.zip |
Replace unparsable apostrophe character with ASCII "'". (#46069)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/raja/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/raja/package.py b/var/spack/repos/builtin/packages/raja/package.py index 0615ea7300..715756c573 100644 --- a/var/spack/repos/builtin/packages/raja/package.py +++ b/var/spack/repos/builtin/packages/raja/package.py @@ -185,7 +185,7 @@ class Raja(CachedCMakePackage, CudaPackage, ROCmPackage): # and remove the +tests conflict below. variant("tests", default=False, description="Build tests") - # we don’t 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( |