summary refs log tree commit diff
path: root/src/test/run-pass/companionmod.rs
blob: 9b9d1a00f0f6bb78b59fbcbb8290f6f55c09a41a (plain)
1
2
3
4
5
6
7
// This isn't really xfailed; it's used by the companionmod.rc test
// xfail-test

fn main() {
    assert a::b::g() == "ralph";
    assert a::c::g() == "nelson";
}