summaryrefslogtreecommitdiff
path: root/inttest/ct2/foo_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/ct2/foo_SUITE.erl')
-rw-r--r--inttest/ct2/foo_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/ct2/foo_SUITE.erl b/inttest/ct2/foo_SUITE.erl
index d03aedf..be089c7 100644
--- a/inttest/ct2/foo_SUITE.erl
+++ b/inttest/ct2/foo_SUITE.erl
@@ -2,7 +2,7 @@
-include_lib("common_test/include/ct.hrl").
--compile(export_all).
+-export([all/0, foo/1]).
all() -> [foo].