From cd055fa4485a62339840d7d3872ee72f70efec53 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 8 Jul 2014 07:38:28 +0200 Subject: [PATCH] Remove outdated test dependency --- test_program/go-test.sh | 1 - 1 file changed, 1 deletion(-) 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() {