aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ANTLRCommonErrorNodeTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ANTLRCommonErrorNodeTest.m')
-rwxr-xr-xantlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ANTLRCommonErrorNodeTest.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ANTLRCommonErrorNodeTest.m b/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ANTLRCommonErrorNodeTest.m
new file mode 100755
index 0000000..b5d1c8a
--- /dev/null
+++ b/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ANTLRCommonErrorNodeTest.m
@@ -0,0 +1,14 @@
+//
+// ANTLRCommonErrorNodeTest.m
+// ANTLR
+//
+// Created by Ian Michell on 10/06/2010.
+// Copyright 2010 Ian Michell. All rights reserved.
+//
+
+#import "ANTLRCommonErrorNodeTest.h"
+
+
+@implementation ANTLRCommonErrorNodeTest
+
+@end