aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-04-15 00:14:31 +0200
committerPeter Andersson <[email protected]>2015-04-15 10:14:00 +0200
commit104f74b2b860f2d82547052ed65acca176ebe34c (patch)
treec5bc6742b3b23fe7e4832d1dbf4b6543998e16ac /lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
parent72d1fe572d3eb3748a86042a818d140f682ebc14 (diff)
downloadotp-104f74b2b860f2d82547052ed65acca176ebe34c.tar.gz
otp-104f74b2b860f2d82547052ed65acca176ebe34c.tar.bz2
otp-104f74b2b860f2d82547052ed65acca176ebe34c.zip
Add tests for the get_testspec_terms functionality
Diffstat (limited to 'lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl b/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
index 7c51aca246..c3faebbd64 100644
--- a/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
+++ b/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
@@ -55,7 +55,7 @@ init_per_suite(Config) ->
{incl_both2,[cfg11,cfg12,cfg21]} -> ok;
{incl_both2,[cfg21]} -> ok;
_ -> ok
- end,
+ end,
Config.
%%--------------------------------------------------------------------