1
mirror of https://github.com/rclone/rclone synced 2024-11-01 21:49:35 +01: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!
}