]> git.lizzy.rs Git - rust.git/commitdiff
s/class/struct/ in a failing test.
authorGraydon Hoare <graydon@mozilla.com>
Thu, 16 Aug 2012 21:26:10 +0000 (14:26 -0700)
committerGraydon Hoare <graydon@mozilla.com>
Thu, 16 Aug 2012 21:26:10 +0000 (14:26 -0700)
src/test/run-pass/class-attributes-1.rs

index 002503599b6de22c5e62edb1158c455eedccc350..952b78fde18dbf6c7954b3d6bf797c68dc29b169 100644 (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]