s/class/struct/ in a failing test.
This commit is contained in:
parent
45e7b89279
commit
0492c75c43
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue