diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-11-27 01:36:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 01:36:43 +0200 |
commit | 11f1fc913d32adfd15b4d65cb25f06183361781b (patch) | |
tree | 4ff0f989596d10839bf5d0bb0afccf6ca789ca25 /run_unittests.py | |
parent | 4ca1e8638c3f2bc7411ddc930cc8c995c163bc1a (diff) | |
parent | 9775e2b40d5b51af0910c203228c7b9651b07caa (diff) | |
download | meson-11f1fc913d32adfd15b4d65cb25f06183361781b.zip meson-11f1fc913d32adfd15b4d65cb25f06183361781b.tar.gz meson-11f1fc913d32adfd15b4d65cb25f06183361781b.tar.bz2 |
Merge pull request #2690 from jsoref/spelling
Spelling
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index fe75074..be5ce47 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1958,7 +1958,7 @@ class LinuxlikeTests(BasePlatformTests): # Verify that -I flags from the `args` kwarg are first # This is set in the '43 has function' test case self.assertEqual(cmd[1], '-I/tmp') - # Verify that -O3 set via the environment is overriden by -O0 + # Verify that -O3 set via the environment is overridden by -O0 Oargs = [arg for arg in cmd if arg.startswith('-O')] self.assertEqual(Oargs, [Oflag, '-O0']) |