mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
delete float80 from libraries
R=rsc DELTA=40 (0 added, 38 deleted, 2 changed) OCL=25969 CL=25969
This commit is contained in:
parent
3bc6fd63fe
commit
1fe42e2d4d
5 changed files with 2 additions and 40 deletions
|
|
@ -108,7 +108,6 @@ func TestAll(tt *testing.T) { // TODO(r): wrap up better
|
|||
typedump("float", "float");
|
||||
typedump("float32", "float32");
|
||||
typedump("float64", "float64");
|
||||
typedump("float80", "float80");
|
||||
typedump("int8", "int8");
|
||||
typedump("whoknows.whatsthis", "$missing$");
|
||||
typedump("**int8", "**int8");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue