Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Side by Side Diff: utils/voyeur/package_test.go

Issue 101760045: Do not use BaseSuite in utils if not required.
Patch Set: Created 10 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 Canonical Ltd.
2 // Licensed under the AGPLv3, see LICENCE file for details.
3
4 package voyeur
5
6 import (
7 "testing"
8
9 gc "launchpad.net/gocheck"
10 )
11
12 func TestPackage(t *testing.T) {
13 gc.TestingT(t)
14 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b