aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-01-04 12:16:57 +0100
committerBjörn-Egil Dahlberg <[email protected]>2012-01-04 12:16:57 +0100
commitb85ae7e8f97c2dbdff77062bc76bbb7968aa5d8f (patch)
tree787053d91c61928883b602166a9bfe7b5b35ba37 /lib/orber
parent971058e863c8fa0b4acf5bb2bc0eb8d5f4ef2b14 (diff)
downloadotp-b85ae7e8f97c2dbdff77062bc76bbb7968aa5d8f.tar.gz
otp-b85ae7e8f97c2dbdff77062bc76bbb7968aa5d8f.tar.bz2
otp-b85ae7e8f97c2dbdff77062bc76bbb7968aa5d8f.zip
orber: Use modern list guard in testsuite
Diffstat (limited to 'lib/orber')
-rw-r--r--lib/orber/test/orber_acl_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/test/orber_acl_SUITE.erl b/lib/orber/test/orber_acl_SUITE.erl
index b43a00be19..49107cde84 100644
--- a/lib/orber/test/orber_acl_SUITE.erl
+++ b/lib/orber/test/orber_acl_SUITE.erl
@@ -80,7 +80,7 @@ end_per_group(_GroupName, Config) ->
%%-----------------------------------------------------------------
init_per_suite(Config) ->
if
- list(Config) ->
+ is_list(Config) ->
Config;
true ->
exit("Config not a list")