diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-02-26 18:31:10 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-02-26 18:31:10 +0200 |
| commit | 68822006c89605c2872c3130f2bd01517cd4d362 (patch) | |
| tree | 87236f1feb3944f5dc0969dd9e8e095111bb2389 | |
| parent | acc4b28eeb34ae554510e4350b5ce7f7edf96b02 (diff) | |
guile-tests: fix some typos
| -rw-r--r-- | guile/tests/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guile/tests/meson.build b/guile/tests/meson.build index a9c6352..9e5cda6 100644 --- a/guile/tests/meson.build +++ b/guile/tests/meson.build @@ -14,9 +14,8 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - # -# guile test; does't work wit asan. +# guile test; they don't work with ASAN. # if get_option('b_sanitize') == 'none' guile_load_path=':'.join([ |
