Skip to content

Commit 0492c75

Browse files
committed
s/class/struct/ in a failing test.
1 parent 45e7b89 commit 0492c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/class-attributes-1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// pp-exact - Make sure we actually print the attributes
22

3-
class cat {
3+
struct cat {
44
#[cat_maker]
55
new(name: ~str) { self.name = name; }
66
#[cat_dropper]

0 commit comments

Comments
 (0)