~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/juju/permission/package_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2016 Canonical Ltd.
2
 
// Licensed under the AGPLv3, see LICENCE file for details.
3
 
 
4
 
package permission_test
5
 
 
6
 
import (
7
 
        stdtesting "testing"
8
 
 
9
 
        gc "gopkg.in/check.v1"
10
 
)
11
 
 
12
 
func Test(t *stdtesting.T) {
13
 
        gc.TestingT(t)
14
 
}