Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 933486
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/tests/symbols.rs
0
++ b/tests/symbols.rs
Lines 39-44 fn symbols() -> anyhow::Result<()> { Link Here
39
    for line in output.split("\n") {
39
    for line in output.split("\n") {
40
        if line.contains("g    DF .text")
40
        if line.contains("g    DF .text")
41
            || line.contains("g    DO .data")
41
            || line.contains("g    DO .data")
42
            || line.contains("g    DF .opd")
42
        {
43
        {
43
            let symbol = line.split(' ').last().expect("a word");
44
            let symbol = line.split(' ').last().expect("a word");
44
            symbols.push(symbol);
45
            symbols.push(symbol);

Return to bug 933486