move meta.g into src/, cleanup
[sbp.git] / tests / testcase.g
index 0308ad6..5307361 100644 (file)
@@ -1,4 +1,4 @@
-#import meta.g as grammar
+#import ../src/edu/berkeley/sbp/meta/meta.g as grammar
 // this is a testx
 s          = ws! (TestCases:: TestCase */ ws) ws!
 Input      = "input"  grammar.Quoted ";" /ws