lang, test: Fix copy paste error with log message
This changes this to the correct error message.
This commit is contained in:
@@ -1283,7 +1283,7 @@ func TestAstFunc2(t *testing.T) {
|
||||
}
|
||||
if fail2 && err == nil {
|
||||
t.Errorf("test #%d: FAIL", index)
|
||||
t.Errorf("test #%d: interpolation passed, expected fail", index)
|
||||
t.Errorf("test #%d: set scope passed, expected fail", index)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user