interp: add test for icmp inttoptr workaround

This commit is contained in:
Ayke van Laethem
2019-11-24 23:41:32 +01:00
committed by Ron Evans
parent e74db01f82
commit 4f7a650614
3 changed files with 36 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ func TestInterp(t *testing.T) {
for _, name := range []string{
"basic",
"slice-copy",
"consteval",
} {
name := name // make tc local to this closure
t.Run(name, func(t *testing.T) {