From 76cebe470d65dbfd9a9363c2ed5c76a19b6c4a7f Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Sun, 6 Nov 2016 01:52:59 -0700 Subject: [PATCH] Update Swift.test.stg to include templates that were added on master since the initial fork. --- .../org/antlr/v4/test/runtime/swift/Swift.test.stg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/runtime-testsuite/resources/org/antlr/v4/test/runtime/swift/Swift.test.stg b/runtime-testsuite/resources/org/antlr/v4/test/runtime/swift/Swift.test.stg index 4c0e8af40..1c727cfaa 100755 --- a/runtime-testsuite/resources/org/antlr/v4/test/runtime/swift/Swift.test.stg +++ b/runtime-testsuite/resources/org/antlr/v4/test/runtime/swift/Swift.test.stg @@ -398,6 +398,14 @@ open class LeafListener: TBaseListener { } >> +ImportVisitor(X) ::= "" +BasicVisitor(X) ::= "" +WalkVisitor(s) ::= "" +LRWithLabelsVisitor(X) ::= "" +RuleGetterVisitor(X) ::= "" +LRVisitor(x) ::= "" +TokenGetterVisitor(x) ::= "" + DeclareContextListGettersFunction() ::= << func foo() { //let s: SContext? = nil