diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-10-13 11:02:41 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-11-13 09:00:35 -0800 |
| commit | 5c74cccbb906ab92a75ae31262634a3e8b3f9dfa (patch) | |
| tree | 44989650d5fb6e46b323b4bc8d0bed29323ce5a9 /test cases/failing | |
| parent | 505f824cf177752c01b6193ec83f12e51035e844 (diff) | |
| download | meson-5c74cccbb906ab92a75ae31262634a3e8b3f9dfa.tar.gz | |
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/failing')
| -rw-r--r-- | test cases/failing/76 link with shared module on osx/test.json | 2 |
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 4e2856f00..0a3267451 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" } ] } |
