1
Fork 0

s/class/struct/ in a failing test.

This commit is contained in:
Graydon Hoare 2012-08-16 14:26:10 -07:00
parent 45e7b89279
commit 0492c75c43

View file

@ -1,6 +1,6 @@
// pp-exact - Make sure we actually print the attributes
class cat {
struct cat {
#[cat_maker]
new(name: ~str) { self.name = name; }
#[cat_dropper]