Skip to content

Commit

Permalink
Update test expected values for latest go version (1.4beta1).
Browse files Browse the repository at this point in the history
It sucks that gocode tests depend on Go's API, but I'm too lazy to make it
right anyway.
  • Loading branch information
nsf committed Oct 30, 2014
1 parent a7b9d33 commit d44fabd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _testing/test.0019/out.expected
@@ -1,4 +1,4 @@
Found 13 candidates:
Found 14 candidates:
const BestCompression
const BestSpeed
const DefaultCompression
Expand All @@ -8,6 +8,7 @@ Found 13 candidates:
func NewWriter(w io.Writer) *zlib.Writer
func NewWriterLevel(w io.Writer, level int) (*zlib.Writer, error)
func NewWriterLevelDict(w io.Writer, level int, dict []byte) (*zlib.Writer, error)
type Resetter interface
type Writer struct
var ErrChecksum error
var ErrDictionary error
Expand Down
3 changes: 2 additions & 1 deletion _testing/test.0036/out.expected
@@ -1,7 +1,8 @@
Found 20 candidates:
Found 21 candidates:
func Close() error
func DWARF() (*dwarf.Data, error)
func DynString(tag elf.DynTag) ([]string, error)
func DynamicSymbols() ([]elf.Symbol, error)
func ImportedLibraries() ([]string, error)
func ImportedSymbols() ([]elf.ImportedSymbol, error)
func Section(name string) *elf.Section
Expand Down

0 comments on commit d44fabd

Please sign in to comment.