From b073cd1830d6b0161202bb17017eecea03396bd2 Mon Sep 17 00:00:00 2001 From: kortschak Date: Fri, 11 Sep 2015 09:24:26 +0930 Subject: [PATCH] lapack/cgo: re-enable Dpocon test --- cgo/lapack_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cgo/lapack_test.go b/cgo/lapack_test.go index 2bef153..7167616 100644 --- a/cgo/lapack_test.go +++ b/cgo/lapack_test.go @@ -87,12 +87,9 @@ func TestDormlq(t *testing.T) { } */ -/* -// Test disabled because of memory crashes. https://github.com/xianyi/OpenBLAS/issues/639. func TestDpocon(t *testing.T) { testlapack.DpoconTest(t, impl) } -*/ func TestDtrcon(t *testing.T) { testlapack.DtrconTest(t, impl)