diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 10:58:34 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:48 +0100 |
commit | 7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8 (patch) | |
tree | a378d43627ed25e648a4ed736e783d3a3571db6b /lib/common_test/test/ct_smoke_test_SUITE.erl | |
parent | 0a0332c09f3cda72deecc39f01b967a62023e585 (diff) | |
download | otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.tar.gz otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.tar.bz2 otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.zip |
Fix formatting for common test testcases
Diffstat (limited to 'lib/common_test/test/ct_smoke_test_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_smoke_test_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/test/ct_smoke_test_SUITE.erl b/lib/common_test/test/ct_smoke_test_SUITE.erl index 749c6cd9ed..0e02fb4fc6 100644 --- a/lib/common_test/test/ct_smoke_test_SUITE.erl +++ b/lib/common_test/test/ct_smoke_test_SUITE.erl @@ -115,8 +115,8 @@ end_per_testcase(TestCase, Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[dir1, dir2, dir1_2, suite11, suite21, suite11_21, - tc111, tc211, tc111_112]. + [dir1, dir2, dir1_2, suite11, suite21, suite11_21, + tc111, tc211, tc111_112]. groups() -> []. |