aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-03-22 16:26:54 +0100
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:15 +0200
commit743d8c90b1f7420fb29077daacf959b018cb4086 (patch)
tree9ab23b4d312bcb333ca7b46159a7f974563b519a /lib
parentafff4fa809f4e5dbb5a8dca556f30df825d9c781 (diff)
downloadotp-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.erl1
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,