Skip to content

Commit c6e16c5

Browse files
committed
Revert "Fix test case so the class in it is non-empty" due to test failures
This reverts commit 17e707c.
1 parent 17e707c commit c6e16c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/run-pass/conditional-compile.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ enum tg { bar, }
2626

2727
#[cfg(bogus)]
2828
class r {
29-
let i: int;
30-
new(i:int) { self.i = i; }
29+
new(i:int) {}
3130
}
3231

3332
class r {
34-
let i: int;
35-
new(i:int) { self.i = i; }
33+
new(i:int) {}
3634
}
3735

3836
#[cfg(bogus)]

0 commit comments

Comments
 (0)