Skip to content

Commit 0933021

Browse files
Tim Kinggopherbot
authored andcommitted
go/ssa: remove coretype_test.go
go/ssa/coretype_test.go was copied to internal/typeparams/coretype_test.go. Removing the old copy. Fixes error message in typeparams/coretype_test.go. Change-Id: If5553fb75b580411ea4d24923b38f15cccf1f0ba Reviewed-on: https://go-review.googlesource.com/c/tools/+/642156 Reviewed-by: Tim King <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tim King <[email protected]>
1 parent 73a7070 commit 0933021

File tree

2 files changed

+1
-102
lines changed

2 files changed

+1
-102
lines changed

go/ssa/coretype_test.go

Lines changed: 0 additions & 101 deletions
This file was deleted.

internal/typeparams/coretype_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestCoreType(t *testing.T) {
9595
got = ct.String()
9696
}
9797
if got != test.want {
98-
t.Errorf("coreType(%s) = %v, want %v", test.expr, got, test.want)
98+
t.Errorf("CoreType(%s) = %v, want %v", test.expr, got, test.want)
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)