diff options
author | Peter Andersson <[email protected]> | 2011-09-22 13:01:31 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-09-23 12:24:55 +0200 |
commit | 57a84ad4a044a74b19d8b956121feb943bbd5b3a (patch) | |
tree | 5f53224835d782faf34404e9ec31564e4db41483 /lib | |
parent | 11107d76a34667ec87668b2624a0f3df43dea655 (diff) | |
download | otp-57a84ad4a044a74b19d8b956121feb943bbd5b3a.tar.gz otp-57a84ad4a044a74b19d8b956121feb943bbd5b3a.tar.bz2 otp-57a84ad4a044a74b19d8b956121feb943bbd5b3a.zip |
Correct error in test suite
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/test/ct_error_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_error_SUITE.erl b/lib/common_test/test/ct_error_SUITE.erl index c3c77d17cd..ebbf6f3bf3 100644 --- a/lib/common_test/test/ct_error_SUITE.erl +++ b/lib/common_test/test/ct_error_SUITE.erl @@ -659,7 +659,7 @@ test_events(lib_error) -> {?eh,test_stats,{0,2,{0,0}}}, {?eh,tc_start,{lib_error_1_SUITE,lines_hang}}, {?eh,tc_done, - {lib_lines,do_hang,{failed,{timetrap_timeout,3000}}}}, + {lib_error_1_SUITE,lines_hang,{failed,{timetrap_timeout,3000}}}}, {?eh,test_stats,{0,3,{0,0}}}, {?eh,tc_start,{lib_error_1_SUITE,lines_throw}}, {?eh,tc_done, |