aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/testNBAPsystem.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-09-10 06:30:31 +0200
committerBjörn Gustavsson <[email protected]>2013-09-18 10:22:31 +0200
commit71d218a86680ff9736aaa950573b8af7ba918109 (patch)
tree2d4ff2d006a67f061a474a4afa444cd741ad2493 /lib/asn1/test/testNBAPsystem.erl
parent5bade889c546dcb6b8f09db60236eb7004fbb184 (diff)
downloadotp-71d218a86680ff9736aaa950573b8af7ba918109.tar.gz
otp-71d218a86680ff9736aaa950573b8af7ba918109.tar.bz2
otp-71d218a86680ff9736aaa950573b8af7ba918109.zip
ASN.1 tests: Don't export functions that are only locally called
Diffstat (limited to 'lib/asn1/test/testNBAPsystem.erl')
-rw-r--r--lib/asn1/test/testNBAPsystem.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/testNBAPsystem.erl b/lib/asn1/test/testNBAPsystem.erl
index 0f4459f5b2..794bf46daa 100644
--- a/lib/asn1/test/testNBAPsystem.erl
+++ b/lib/asn1/test/testNBAPsystem.erl
@@ -19,7 +19,7 @@
%%
-module(testNBAPsystem).
--export([compile/2,test/2,cell_setup_req_msg/0]).
+-export([compile/2,test/2]).
-include_lib("test_server/include/test_server.hrl").