repair test

This commit is contained in:
sdghchj 2020-12-28 13:58:21 +08:00 committed by GitHub
parent ed06a5a461
commit 524af81b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,6 @@ func checkBuildClauses(t *testing.T, clauses []clause.Interface, result string,
}
if !reflect.DeepEqual(stmt.Vars, vars) {
t.Errorf("Vars expects %+v got %v", stmt.Vars, vars)
t.Errorf("Vars expects %+v got %v", vars, stmt.Vars)
}
}