From 8b5521ec0a30b3486239c69a21168968fb39a2f7 Mon Sep 17 00:00:00 2001 From: Nicholas Sly Date: Wed, 28 Aug 2024 09:34:06 -0700 Subject: Replace unparsable apostrophe character with ASCII "'". (#46069) --- var/spack/repos/builtin/packages/raja/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') 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( -- cgit v1.2.3-70-g09d2