Remove log-type-error; everything is loggable.

This commit is contained in:
Patrick Walton 2010-07-15 18:18:58 -07:00
parent e1b8863e45
commit 91b4cae8da
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
// error-pattern: unimplemented logging type
fn main() {
log main;
}