lang, test: Fix copy paste error with log message

This changes this to the correct error message.
This commit is contained in:
James Shubin
2019-07-29 20:15:53 -04:00
parent 5c27a249b7
commit 0d3807ad09

View File

@@ -1283,7 +1283,7 @@ func TestAstFunc2(t *testing.T) {
} }
if fail2 && err == nil { if fail2 && err == nil {
t.Errorf("test #%d: FAIL", index) 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 return
} }