summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile')
-rw-r--r--tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile b/tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile
index 9f4be7126..a2a2a41c7 100644
--- a/tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile
+++ b/tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile
@@ -11,7 +11,7 @@ all:
tr -d '\r\n' | $(CGREP) -e \
"mismatched types.*\
crateB::try_foo\(foo2\);.*\
- expected struct \`crateA::foo::Foo\`, found struct \`Foo\`.*\
+ expected \`crateA::foo::Foo\`, found \`Foo\`.*\
different versions of crate \`crateA\`.*\
mismatched types.*\
crateB::try_bar\(bar2\);.*\