mirror of
https://github.com/go-delve/delve.git
synced 2025-10-31 02:36:18 +08:00
Support Go1.4rc1
This commit is contained in:
@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user