From 0aa6a5f0ad42debe76a90173de7d10f1ecda3ba0 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 7 Jan 2016 13:43:09 -0800 Subject: 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. --- splice_modules_test.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'splice_modules_test.go') 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 -- cgit v1.2.3