Support Go1.4rc1

This commit is contained in:
Derek Parker
2014-11-24 17:27:56 -06:00
parent d20183a679
commit 2d21cad8dc
30 changed files with 5 additions and 5063 deletions

View File

@ -21,7 +21,7 @@ func TestVariableEvaluation(t *testing.T) {
{"a1", "foo", "struct string"},
{"a2", "6", "int"},
{"a3", "7.23", "float64"},
{"a4", "[2]int [1 2]", "[65]int"},
{"a4", "[2]int [1 2]", "[2]int"},
{"a5", "len: 5 cap: 5 [1 2 3 4 5]", "struct []int"},
{"a6", "main.FooBar {Baz: 8, Bur: word}", "main.FooBar"},
{"a7", "*main.FooBar {Baz: 5, Bur: strum}", "*main.FooBar"},