Skip to content

Commit

Permalink
Test for #942
Browse files Browse the repository at this point in the history
  • Loading branch information
jruderman committed Sep 26, 2011
1 parent 56410b2 commit 60ec49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/unreachable-code.rs
Expand Up @@ -17,6 +17,8 @@ iter put_break() -> int {
while true { put break; }
}

fn fail_fail() { fail fail; }

fn log_fail() { log_err fail; }

fn log_ret() { log_err ret; }
Expand Down

0 comments on commit 60ec49b

Please sign in to comment.