diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-03-08 12:39:42 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-03-11 23:19:42 -0700 |
| commit | 82f190355b07f941bcc98408ea84c02b629991cf (patch) | |
| tree | 3f6f1c768cb9e4708aff36b5d720805162d95a8b /src/test/compile-fail/sendfn-is-not-a-lambda.rs | |
| parent | 2fef18abf2b6a9b3c336b1da5b8a08a22438ad4c (diff) | |
| download | rust-82f190355b07f941bcc98408ea84c02b629991cf.tar.gz rust-82f190355b07f941bcc98408ea84c02b629991cf.zip | |
Remove uses of log
Diffstat (limited to 'src/test/compile-fail/sendfn-is-not-a-lambda.rs')
| -rw-r--r-- | src/test/compile-fail/sendfn-is-not-a-lambda.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/sendfn-is-not-a-lambda.rs b/src/test/compile-fail/sendfn-is-not-a-lambda.rs index 33bb06e4f26..847f85feb72 100644 --- a/src/test/compile-fail/sendfn-is-not-a-lambda.rs +++ b/src/test/compile-fail/sendfn-is-not-a-lambda.rs @@ -14,5 +14,5 @@ fn test(f: @fn(uint) -> uint) -> uint { fn main() { let f: ~fn(x: uint) -> uint = |x| 4u; - log(debug, test(f)); //~ ERROR expected @ closure, found ~ closure + debug!(test(f)); //~ ERROR expected @ closure, found ~ closure } |
