aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/remove_unittest_args_method.md
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-07-26 14:58:24 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-08-16 16:21:51 -0700
commit7dda90f1bfaae2b297550991c0b03f31912513dc (patch)
tree207682d2368a091818f082de0a72b8210913fa53 /docs/markdown/snippets/remove_unittest_args_method.md
parente3c72ad7c796fb69db998e87e1e2e4e7c834e081 (diff)
downloadmeson-7dda90f1bfaae2b297550991c0b03f31912513dc.zip
meson-7dda90f1bfaae2b297550991c0b03f31912513dc.tar.gz
meson-7dda90f1bfaae2b297550991c0b03f31912513dc.tar.bz2
interpreter/compiler: remove unittest_args method
It's not documented, and it's been marked deprecated for who knows how long.
Diffstat (limited to 'docs/markdown/snippets/remove_unittest_args_method.md')
-rw-r--r--docs/markdown/snippets/remove_unittest_args_method.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/remove_unittest_args_method.md b/docs/markdown/snippets/remove_unittest_args_method.md
new file mode 100644
index 0000000..4373332
--- /dev/null
+++ b/docs/markdown/snippets/remove_unittest_args_method.md
@@ -0,0 +1,4 @@
+## Compiler.unittest_args has been removed
+
+It's never been documented, and it's been marked deprecated for a long time, so
+let's remove it.