Remove outdated test dependency

This commit is contained in:
Thomas Pelletier
2014-07-08 07:38:28 +02:00
parent b28c2d0c9e
commit cd055fa448
-1
View File
@@ -1,7 +1,6 @@
#!/bin/bash
go get github.com/BurntSushi/toml-test # install test suite
go get github.com/BurntSushi/toml/toml-test-go # install my parser
go build -o test_program_bin github.com/pelletier/go-toml/test_program
toml_test_wrapper() {