Remove outdated test dependency
diff --git a/test_program/go-test.sh b/test_program/go-test.sh index 71293a3..f34a54d 100755 --- a/test_program/go-test.sh +++ b/test_program/go-test.sh
@@ -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() {