From 743d8c90b1f7420fb29077daacf959b018cb4086 Mon Sep 17 00:00:00 2001 From: Andrey Pampukha Date: Mon, 22 Mar 2010 16:26:54 +0100 Subject: Remove ugly -compile(export_all) --- lib/common_test/src/ct_testspec.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/common_test') 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 @@ %%%

This module exports functions that are used within CT to %%% scan and parse test specifikations.

-module(ct_testspec). --compile(export_all). -export([prepare_tests/1, prepare_tests/2, collect_tests_from_list/2, collect_tests_from_list/3, -- cgit v1.2.3