checkpoint
[sbp.git] / src / edu / berkeley / sbp / misc / RegressionTests.java
index 3255630..eac2ea6 100644 (file)
@@ -103,7 +103,7 @@ public class RegressionTests {
             });
         }
         public static class TestCaseMakerHelper extends MG {
-            public static @bind.as("grammaro") @raw Object grammaro(Iterable<Tree> t) {
+            public static @bind.as("grammaro") @bind.raw Object grammaro(Iterable<Tree> t) {
                 System.out.println("working on " + t);
                 return Demo.make(t.iterator().next(), "s", new ReflectiveMetaPlain());
             }