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

Unified Diff: charm/meta_test.go

Issue 99640044: Actions() added to Charm interface
Patch Set: Actions() added to Charm interface Created 10 years, 11 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « charm/dir_test.go ('k') | charm/repo_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: charm/meta_test.go
=== modified file 'charm/meta_test.go'
--- charm/meta_test.go 2014-04-09 16:36:12 +0000
+++ charm/meta_test.go 2014-05-30 19:49:40 +0000
@@ -509,6 +509,10 @@
panic("unused")
}
+func (c *dummyCharm) Actions() *charm.Actions {
+ panic("unused")
+}
+
func (c *dummyCharm) Revision() int {
panic("unused")
}
« no previous file with comments | « charm/dir_test.go ('k') | charm/repo_test.go » ('j') | no next file with comments »

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