summaryrefslogtreecommitdiff
path: root/lib/common_test
diff options
context:
space:
mode:
authorPaulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>2020-10-09 23:37:09 +0100
committerPaulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>2020-10-14 23:20:17 +0100
commit713e0a0cc3bb2a439d3f5b28292119c7b8b01b41 (patch)
tree526e340e82e01e7e86ac07fb2cb973a10cb50a8f /lib/common_test
parentd9241db76d35dac409052083ba5227475dc6574e (diff)
downloaderlang-713e0a0cc3bb2a439d3f5b28292119c7b8b01b41.tar.gz
Export types only if referenced by -callback
(we might decide to still export some more - go down a level)
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/src/ct_suite.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/ct_suite.erl b/lib/common_test/src/ct_suite.erl
index bfbb5a1ea2..bfd3bfc3d4 100644
--- a/lib/common_test/src/ct_suite.erl
+++ b/lib/common_test/src/ct_suite.erl
@@ -7,10 +7,10 @@
ct_groupname/0,
ct_config/0,
ct_status/0,
- ct_group_props/0,
ct_groups_def/0,
- ct_subgroups/0,
ct_group_ref/0,
+ ct_tests_def/0,
+ ct_info/0
]).
-type ct_testname() :: atom().