mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Revert "Fix test case so the class in it is non-empty" due to test failures
This reverts commit 17e707cf6d
.
This commit is contained in:
parent
17e707cf6d
commit
c6e16c5668
@ -26,13 +26,11 @@ enum tg { bar, }
|
||||
|
||||
#[cfg(bogus)]
|
||||
class r {
|
||||
let i: int;
|
||||
new(i:int) { self.i = i; }
|
||||
new(i:int) {}
|
||||
}
|
||||
|
||||
class r {
|
||||
let i: int;
|
||||
new(i:int) { self.i = i; }
|
||||
new(i:int) {}
|
||||
}
|
||||
|
||||
#[cfg(bogus)]
|
||||
|
Loading…
Reference in New Issue
Block a user