diff options
author | Andrey Pampukha <[email protected]> | 2010-03-22 16:26:54 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:15 +0200 |
commit | 743d8c90b1f7420fb29077daacf959b018cb4086 (patch) | |
tree | 9ab23b4d312bcb333ca7b46159a7f974563b519a /lib | |
parent | afff4fa809f4e5dbb5a8dca556f30df825d9c781 (diff) | |
download | otp-743d8c90b1f7420fb29077daacf959b018cb4086.tar.gz otp-743d8c90b1f7420fb29077daacf959b018cb4086.tar.bz2 otp-743d8c90b1f7420fb29077daacf959b018cb4086.zip |
Remove ugly -compile(export_all)
Diffstat (limited to 'lib')
-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, |