浏览代码

Removed unnecessary continue statement in test.

Phillip Couto 11 年之前
父节点
当前提交
748034ee86
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cassandra_test.go

+ 0 - 1
cassandra_test.go

@@ -654,7 +654,6 @@ func TestPreparedCacheEviction(t *testing.T) {
 		err := session.Query("SELECT id,mod FROM prepcachetest WHERE id = "+strconv.FormatInt(int64(i), 10)).Scan(&id, &mod)
 		if err != nil {
 			t.Fatalf("select from prepcachetest failed, error '%v'", err)
-			continue
 		}
 	}