Remove EXECUTE_TEST_NO_TEARDOWN.
[openssl.git] / test / testutil.h
index 8387e7292629bc357fae4e288c4d42f07792a7f6..399f521a4e9e9ec3c740fe61334f40292333f830 100644 (file)
         tear_down(fixture);\
         return result
 
-/* Shorthand if tear_down does nothing. */
-# define EXECUTE_TEST_NO_TEARDOWN(execute_func)\
-        result = execute_func(fixture);\
-        return result
-
 /*
  * TEST_CASE_NAME is defined as the name of the test case function where
  * possible; otherwise we get by with the file name and line number.