summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-08-29 18:46:44 -0400
committerEli Schwartz <eschwartz93@gmail.com>2024-08-30 15:44:13 -0400
commit19847ba24a5a6e7c33c4e00a49842d77f7c5a4a3 (patch)
tree0aed0c65525044ecb5cb6cd6a08aa568bd3d7262 /unittests
parent29797f92f818744adcdb354ca798036168608ac7 (diff)
downloadmeson-19847ba24a5a6e7c33c4e00a49842d77f7c5a4a3.tar.gz
update various deprecation notices to call out meson 2.0
Diffstat (limited to 'unittests')
-rw-r--r--unittests/allplatformstests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index dac7f9797..ccd2c476a 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -2464,7 +2464,7 @@ class AllPlatformTests(BasePlatformTests):
tdir = os.path.join(self.unit_test_dir, '30 shared_mod linking')
out = self.init(tdir)
msg = ('''DEPRECATION: target prog links against shared module mymod, which is incorrect.
- This will be an error in the future, so please use shared_library() for mymod instead.
+ This will be an error in meson 2.0, so please use shared_library() for mymod instead.
If shared_module() was used for mymod because it has references to undefined symbols,
use shared_library() with `override_options: ['b_lundef=false']` instead.''')
self.assertIn(msg, out)