summaryrefslogtreecommitdiff
path: root/test/hashmap.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/hashmap.go')
-rwxr-xr-xtest/hashmap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hashmap.go b/test/hashmap.go
index 49007810c..62943a713 100755
--- a/test/hashmap.go
+++ b/test/hashmap.go
@@ -171,6 +171,7 @@ func main() {
var x1 *Number = MakeNumber(1001);
var x2 *Number = MakeNumber(2002);
var x3 *Number = MakeNumber(3003);
+ _, _, _ = x1, x2, x3;
// this doesn't work I think...
//hmap.Lookup(x1, true);