Added missing test entry

This commit is contained in:
eanderton
2014-08-06 20:28:44 -04:00
parent 1f8a8cbc06
commit 14e2d94bdd
+1 -1
View File
@@ -228,7 +228,7 @@ func TestDuplicateKeys(t *testing.T) {
func TestEmptyIntermediateTable(t *testing.T) {
_, err := Load("[foo..bar]")
if err.Error() != "(1, 2): empty intermediate table" {
if err.Error() != "empty intermediate table" {
t.Error("Bad error message:", err.Error())
}
}