From 03583c961cee000b3a71fc748bda5cb1c33b1d0c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 Sep 2024 19:33:20 -0300 Subject: src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI functions --- tests/golite.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/golite.go') diff --git a/tests/golite.go b/tests/golite.go index bb79c49..04c4f09 100644 --- a/tests/golite.go +++ b/tests/golite.go @@ -5102,8 +5102,7 @@ func MainTest() { // { "TestCollationRegistration", TestCollationRegistration }, { "TestDeclTypes", TestDeclTypes }, { "TestPinger", TestPinger }, - // { "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks }, - // { "TestAuthorizer", TestAuthorizer }, + { "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks }, { "TestSetFileControlInt", TestSetFileControlInt }, { "TestNonColumnString", TestNonColumnString }, { "TestNilAndEmptyBytes", TestNilAndEmptyBytes }, -- cgit v1.2.3