Fixes errors

This commit is contained in:
Manu Mtz-Almeida
2015-05-12 15:22:13 +02:00
parent 421793bfba
commit 99694bb716
9 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func TestFunctionName(t *testing.T) {
}
func somefunction() {
// this empty function is used by TestFunctionName()
}
func TestJoinPaths(t *testing.T) {