Skip to content

Commit 778de6b

Browse files
committed
Compiler error messages changed in Go 1.20.6
1 parent 24cdc96 commit 778de6b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

go/ql/test/query-tests/Diagnostics/CONSISTENCY/UnexpectedFrontendErrors.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
| bad.go:3:5:3:5 | expected 'IDENT', found newline |
66
| bad.go:5:1:5:1 | expected ';', found wnvwun |
77
| badimport.go:6:2:6:2 | invalid import path (invalid character U+007B '{') |
8-
| badimport.go:6:2:6:2 | malformed import path "github.com/pkg{}": invalid char '{' |
98
| type.go:11:9:11:9 | cannot use v (variable of type V) as T value in argument to takesT |

go/ql/test/query-tests/Diagnostics/ExtractionErrors.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
| Extraction failed in query-tests/Diagnostics/badimport.go with error invalid import path (invalid character U+007B '{') | 2 |
2-
| Extraction failed in query-tests/Diagnostics/badimport.go with error malformed import path "github.com/pkg{}": invalid char '{' | 2 |
32
| Extraction failed in query-tests/Diagnostics/type.go with error cannot use v (variable of type V) as T value in argument to takesT | 2 |
43
| Extraction failed with error expected ';', found wnvwun | 2 |
54
| Extraction failed with error expected 'IDENT', found newline | 2 |

0 commit comments

Comments
 (0)