Skip to content

Commit 3ffd47d

Browse files
committed
Add a comment explaining the split
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
1 parent 2988b2c commit 3ffd47d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ui/codegen/duplicated-path-in-error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
// This test ensures that the error of the "not found dylib" doesn't duplicate
88
// the path of the dylib.
9+
//
10+
// glibc and musl have different dlopen error messages, so the expected error
11+
// message differs between the two.
912

1013
fn main() {}
1114

0 commit comments

Comments
 (0)