diff options
-rw-r--r-- | lib/common_test/src/ct_testspec.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_testspec.erl b/lib/common_test/src/ct_testspec.erl index 028c614991..cd7fe04738 100644 --- a/lib/common_test/src/ct_testspec.erl +++ b/lib/common_test/src/ct_testspec.erl @@ -22,7 +22,6 @@ %%% <p>This module exports functions that are used within CT to %%% scan and parse test specifikations.</p> -module(ct_testspec). --compile(export_all). -export([prepare_tests/1, prepare_tests/2, collect_tests_from_list/2, collect_tests_from_list/3, |