aboutsummaryrefslogtreecommitdiff
path: root/splice_modules_test.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-01-07 13:43:09 -0800
committerColin Cross <ccross@android.com>2016-01-07 17:24:26 -0800
commit0aa6a5f0ad42debe76a90173de7d10f1ecda3ba0 (patch)
treecb45623aebbf2dea0379f4e3091f17943aef6a8c /splice_modules_test.go
parentea5995439c9a228ec496a5d12901b8b0bc27ccab (diff)
downloadblueprint-0aa6a5f0ad42debe76a90173de7d10f1ecda3ba0.tar.gz
Catch panics in build logic
Catch panics in the build logic in order to provide extra data on when the panic occurred, for example which module had GenerateBuildActions called on it.
Diffstat (limited to 'splice_modules_test.go')
-rw-r--r--splice_modules_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/splice_modules_test.go b/splice_modules_test.go
index 091f5bf..cfe905a 100644
--- a/splice_modules_test.go
+++ b/splice_modules_test.go
@@ -28,10 +28,6 @@ var (
testModuleF = &moduleInfo{variantName: "testModuleF"}
)
-func (m *moduleInfo) String() string {
- return m.variantName
-}
-
var spliceModulesTestCases = []struct {
in []*moduleInfo
replace *moduleInfo