1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00

Remove unused test file

This commit is contained in:
Nick Craig-Wood 2017-02-22 20:58:24 +00:00
parent e59dc81658
commit 07dc76eff0

View File

@ -1,10 +0,0 @@
// Tests for rclone
package cmd
import (
"testing"
)
func TestFIXME(t *testing.T) {
// FIXME test something!
}