1
mirror of https://github.com/rclone/rclone synced 2025-01-03 03:46:24 +01:00
rclone/swiftsync_test.go
2012-11-27 22:04:04 +00:00

11 lines
119 B
Go

// Tests for swiftsync
package main
import (
"testing"
)
func TestFIXME(t *testing.T) {
// FIXME test something!
}