Skip to content

Commit 8bea84c

Browse files
committed
Remove accidental duplicated check for err
Amends: 7522bc3
1 parent 7522bc3 commit 8bea84c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cmd/multibuild/integration_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,6 @@ func main() { fmt.Println("Hello from main%d in pkg%d") }
345345
t.Fatalf("expected success, got error: %s\nOutput:\n%s", err, string(out))
346346
}
347347

348-
if err != nil {
349-
t.Fatalf("expected success, got error: %v\nOutput:\n%s", err, string(out))
350-
}
351348
for _, binRel := range tc.expectedBinaries {
352349
var binPath string
353350
if tc.runDir == "." {

0 commit comments

Comments
 (0)