Skip to content

Commit 2ab1f06

Browse files
committed
tests(go): fix test case
1 parent 85f7a04 commit 2ab1f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/compiler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func TestErrors(t *testing.T) {
130130
Labels: []Label{
131131
{
132132
Level: "error",
133-
CodeOrigin: "",
133+
CodeOrigin: "test.yar",
134134
Span: Span{Start: 25, End: 28},
135135
Text: "this identifier has not been declared",
136136
},

0 commit comments

Comments
 (0)