Another followup on #6009.

Odd that my earlier make checks did not catch this.
This commit is contained in:
Felix S. Klock II 2013-09-04 18:07:56 +02:00
parent 6fbb64acbe
commit c326ff0c28

View file

@ -193,7 +193,8 @@ mod test {
// Issue #6009
mod m {
condition! {
sadness: int -> int;
// #6009, #8215: should this truly need a `pub` for access from n?
pub sadness: int -> int;
}
mod n {