aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorItoh Shimon <shimon@postfixnotation.org>2022-01-07 14:07:40 +0900
committerDylan Baker <dylan@pnwbakers.com>2022-01-07 09:25:16 -0800
commita22d0f9a0a787df70ce79b05d0c45de90a970048 (patch)
treed654abfb99fac9969ea6eb6a7d37c9e10579cf0e /test cases
parent8b54ee58efe5dc8f2cb23a1e54578090243bc599 (diff)
downloadmeson-a22d0f9a0a787df70ce79b05d0c45de90a970048.zip
meson-a22d0f9a0a787df70ce79b05d0c45de90a970048.tar.gz
meson-a22d0f9a0a787df70ce79b05d0c45de90a970048.tar.bz2
Fix typo.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/126 generated llvm ir/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/126 generated llvm ir/meson.build b/test cases/common/126 generated llvm ir/meson.build
index f10754a..fddee2b 100644
--- a/test cases/common/126 generated llvm ir/meson.build
+++ b/test cases/common/126 generated llvm ir/meson.build
@@ -5,7 +5,7 @@ if meson.get_compiler('c').get_id() != 'clang'
endif
if meson.backend() == 'xcode'
- error('MESON_SKIP_TEST: LLMV ir not supported with the Xcode backend. Patches welcome.')
+ error('MESON_SKIP_TEST: LLVM ir not supported with the Xcode backend. Patches welcome.')
endif
copy = find_program('copyfile.py')