From 61a0c44ef60aedba0edd79d1f59b9bb9816db968 Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Fri, 15 Oct 2021 08:04:58 +0200 Subject: [PATCH] Accept test changes: File -> GoFile --- ql/test/library-tests/semmle/go/PrintAst/PrintAst.expected | 4 ++-- .../semmle/go/PrintAst/PrintAstExcludeComments.expected | 4 ++-- .../semmle/go/PrintAst/PrintAstNestedFunction.expected | 4 ++-- .../semmle/go/PrintAst/PrintAstRestrictFile.expected | 2 +- .../semmle/go/PrintAst/PrintAstRestrictFunction.expected | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ql/test/library-tests/semmle/go/PrintAst/PrintAst.expected b/ql/test/library-tests/semmle/go/PrintAst/PrintAst.expected index eefefcc1d84..fdc0a503483 100644 --- a/ql/test/library-tests/semmle/go/PrintAst/PrintAst.expected +++ b/ql/test/library-tests/semmle/go/PrintAst/PrintAst.expected @@ -3,7 +3,7 @@ go.mod: # 1| 0: [GoModModuleLine] go.mod module line # 3| 1: [GoModGoLine] go.mod go line input.go: -# 0| [File] library-tests/semmle/go/PrintAst/input.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/input.go # 1| package: [Ident] main # 5| 1: [CommentGroup] comment group # 5| 0: [SlashSlashComment] comment @@ -597,7 +597,7 @@ input.go: # 145| Type = []int # 145| 1: [BlockStmt] block statement other.go: -# 0| [File] library-tests/semmle/go/PrintAst/other.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/other.go # 1| package: [Ident] main # 3| 1: [FuncDecl] function declaration # 3| 0: [FunctionName, Ident] main diff --git a/ql/test/library-tests/semmle/go/PrintAst/PrintAstExcludeComments.expected b/ql/test/library-tests/semmle/go/PrintAst/PrintAstExcludeComments.expected index 4445baaf957..d682fa60763 100644 --- a/ql/test/library-tests/semmle/go/PrintAst/PrintAstExcludeComments.expected +++ b/ql/test/library-tests/semmle/go/PrintAst/PrintAstExcludeComments.expected @@ -3,7 +3,7 @@ go.mod: # 1| 0: [GoModModuleLine] go.mod module line # 3| 1: [GoModGoLine] go.mod go line input.go: -# 0| [File] library-tests/semmle/go/PrintAst/input.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/input.go # 1| package: [Ident] main # 3| 1: [ImportDecl] import declaration # 3| 0: [ImportSpec] import specifier @@ -577,7 +577,7 @@ input.go: # 145| Type = []int # 145| 1: [BlockStmt] block statement other.go: -# 0| [File] library-tests/semmle/go/PrintAst/other.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/other.go # 1| package: [Ident] main # 3| 1: [FuncDecl] function declaration # 3| 0: [FunctionName, Ident] main diff --git a/ql/test/library-tests/semmle/go/PrintAst/PrintAstNestedFunction.expected b/ql/test/library-tests/semmle/go/PrintAst/PrintAstNestedFunction.expected index a9b58c3741d..7a04ffd637c 100644 --- a/ql/test/library-tests/semmle/go/PrintAst/PrintAstNestedFunction.expected +++ b/ql/test/library-tests/semmle/go/PrintAst/PrintAstNestedFunction.expected @@ -3,7 +3,7 @@ go.mod: # 1| 0: [GoModModuleLine] go.mod module line # 3| 1: [GoModGoLine] go.mod go line input.go: -# 0| [File] library-tests/semmle/go/PrintAst/input.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/input.go # 1| package: [Ident] main # 5| 1: [CommentGroup] comment group # 5| 0: [SlashSlashComment] comment @@ -29,7 +29,7 @@ input.go: # 3| 0: [ImportSpec] import specifier # 3| 0: [StringLit] "fmt" other.go: -# 0| [File] library-tests/semmle/go/PrintAst/other.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/other.go # 1| package: [Ident] main # 8| 1: [FuncDecl] function declaration # 8| 0: [FunctionName, Ident] hasNested diff --git a/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFile.expected b/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFile.expected index f58fc8a876e..3df7749557d 100644 --- a/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFile.expected +++ b/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFile.expected @@ -1,5 +1,5 @@ other.go: -# 0| [File] library-tests/semmle/go/PrintAst/other.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/other.go # 1| package: [Ident] main # 3| 1: [FuncDecl] function declaration # 3| 0: [FunctionName, Ident] main diff --git a/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFunction.expected b/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFunction.expected index 9302312cc49..85f2335d5b0 100644 --- a/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFunction.expected +++ b/ql/test/library-tests/semmle/go/PrintAst/PrintAstRestrictFunction.expected @@ -3,7 +3,7 @@ go.mod: # 1| 0: [GoModModuleLine] go.mod module line # 3| 1: [GoModGoLine] go.mod go line input.go: -# 0| [File] library-tests/semmle/go/PrintAst/input.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/input.go # 1| package: [Ident] main # 5| 1: [CommentGroup] comment group # 5| 0: [SlashSlashComment] comment @@ -29,7 +29,7 @@ input.go: # 3| 0: [ImportSpec] import specifier # 3| 0: [StringLit] "fmt" other.go: -# 0| [File] library-tests/semmle/go/PrintAst/other.go +# 0| [GoFile] library-tests/semmle/go/PrintAst/other.go # 1| package: [Ident] main # 6| 1: [FuncDecl] function declaration # 6| 0: [FunctionName, Ident] g