aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 8dcf308..b3bc271 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -2300,6 +2300,7 @@ recommended as it is not supported on some platforms''')
self.assertEqual(f.read().strip(), b'/* #undef FOO_BAR */')
with open(os.path.join(self.builddir, 'nosubst-nocopy2.txt'), 'rb') as f:
self.assertEqual(f.read().strip(), b'')
+ self.assertRegex(out, r"DEPRECATION:.*\['array'\] is invalid.*dict")
class FailureTests(BasePlatformTests):