aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-10-13 11:02:41 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-11-13 09:00:35 -0800
commit5c74cccbb906ab92a75ae31262634a3e8b3f9dfa (patch)
tree44989650d5fb6e46b323b4bc8d0bed29323ce5a9 /test cases
parent505f824cf177752c01b6193ec83f12e51035e844 (diff)
downloadmeson-5c74cccbb906ab92a75ae31262634a3e8b3f9dfa.zip
meson-5c74cccbb906ab92a75ae31262634a3e8b3f9dfa.tar.gz
meson-5c74cccbb906ab92a75ae31262634a3e8b3f9dfa.tar.bz2
run_unittests: use textwrap.dedent
So that editors that can fold code (vim, vscode, etc) can correctly fold functions, instead of getting confused by code that doesn't follow the current indention. Also, it makes the code easier to read.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/failing/76 link with shared module on osx/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/76 link with shared module on osx/test.json b/test cases/failing/76 link with shared module on osx/test.json
index 4e2856f..0a32674 100644
--- a/test cases/failing/76 link with shared module on osx/test.json
+++ b/test cases/failing/76 link with shared module on osx/test.json
@@ -1,7 +1,7 @@
{
"stdout": [
{
- "line": "test cases/failing/76 link with shared module on osx/meson.build:8:0: ERROR: target links against shared modules."
+ "line": "test cases/failing/76 link with shared module on osx/meson.build:8:0: ERROR: target links against shared modules. This is not permitted on OSX"
}
]
}