commit | 1ff449a1b670fb60da59e170803373318549b845 | [log] [tgz] |
---|---|---|
author | Keith Randall <keithr@alum.mit.edu> | Fri Aug 24 15:33:26 2018 -0700 |
committer | Keith Randall <khr@golang.org> | Mon Aug 27 16:43:23 2018 +0000 |
tree | 0f77e35346784db628da9d12805b46f6b6ad8dec | |
parent | 11d5b5e7dd13004d75e077c602ec81d89534b174 [diff] |
internal/gocore: add parsing test for 1.11 core Change-Id: I927c8e28686608fa2e775a741f17e8de1eff8811 Reviewed-on: https://go-review.googlesource.com/131375 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/internal/gocore/gocore_test.go b/internal/gocore/gocore_test.go index d85da17..dac1cb1 100644 --- a/internal/gocore/gocore_test.go +++ b/internal/gocore/gocore_test.go
@@ -196,4 +196,5 @@ func TestVersions(t *testing.T) { loadExampleVersion(t, "1.10") + loadExampleVersion(t, "1.11") }
diff --git a/internal/gocore/testdata/README b/internal/gocore/testdata/README index 2cf240c..e3922dc 100644 --- a/internal/gocore/testdata/README +++ b/internal/gocore/testdata/README
@@ -14,3 +14,4 @@ testdata directory as the base directory. core1.10 is produced in the same way, except using go1.10.0. +core1.11 is produced in the same way, except using go1.11.0.
diff --git a/internal/gocore/testdata/core1.11 b/internal/gocore/testdata/core1.11 new file mode 100644 index 0000000..e020b01 --- /dev/null +++ b/internal/gocore/testdata/core1.11 Binary files differ
diff --git a/internal/gocore/testdata/tmp/test1.11 b/internal/gocore/testdata/tmp/test1.11 new file mode 100755 index 0000000..0da844f --- /dev/null +++ b/internal/gocore/testdata/tmp/test1.11 Binary files differ