sighing on the train

This commit is contained in:
Steven Degutis
2012-03-16 08:32:19 -05:00
parent 548b406b47
commit 13255197df

View File

@@ -13,7 +13,7 @@ import (
var __string__ string = "impossibly lame value"
var __int__ int = -1
var __byte__ byte = 255
var __bool__ bool = false
var __bool__ bool = false // ugh
var __float32__ float32 = -1.0
func TestKoans(t *testing.T) {