aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-11-14 13:47:39 +0200
committerGitHub <noreply@github.com>2020-11-14 13:47:39 +0200
commit299a67781e8330e110bd2aee76464ac6b755322c (patch)
tree8772aa52e79947a60a22b2a034a46f9b0da37f8a /test cases
parent8dcc7d3ef3cb95029c41a0d4accef86415f29cb8 (diff)
parent6ce3812762405393d912ca8f222fa86cb2d6bed3 (diff)
downloadmeson-299a67781e8330e110bd2aee76464ac6b755322c.zip
meson-299a67781e8330e110bd2aee76464ac6b755322c.tar.gz
meson-299a67781e8330e110bd2aee76464ac6b755322c.tar.bz2
Merge pull request #7843 from dcbaker/submit/rustc-fixes
A few fixups for rust
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"
}
]
}