aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-12-06 11:30:06 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2017-12-07 21:31:50 +0200
commit3d63f21b60b5687f1ebe2a685a7ad205d61d3d6f (patch)
treea2998b92e213da384fef4dfb289cb275ae20cae9 /run_unittests.py
parent5992ab1c721d82b90af0e26c7a907f196bcf8dd1 (diff)
downloadmeson-3d63f21b60b5687f1ebe2a685a7ad205d61d3d6f.zip
meson-3d63f21b60b5687f1ebe2a685a7ad205d61d3d6f.tar.gz
meson-3d63f21b60b5687f1ebe2a685a7ad205d61d3d6f.tar.bz2
Fix `array` type name
c9351ce30c03d107279090da7825096951a705d3 introduced the type as `array`, so mintro should expose it under the same name. (while at it, rename test 169 to be coherent)
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py
index fed8fae..343065d 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1588,7 +1588,7 @@ int main(int argc, char **argv) {
expected = {
'name': 'list',
'description': 'list',
- 'type': 'stringarray',
+ 'type': 'array',
'value': ['foo', 'bar'],
}
tdir = os.path.join(self.unit_test_dir, '18 array option')
@@ -1612,7 +1612,7 @@ int main(int argc, char **argv) {
expected = {
'name': 'list',
'description': 'list',
- 'type': 'stringarray',
+ 'type': 'array',
'value': ['foo', 'bar'],
}
tdir = os.path.join(self.unit_test_dir, '18 array option')