diff options
Diffstat (limited to 'lib/common_test/test/ct_auto_compile_SUITE.erl')
| -rw-r--r-- | lib/common_test/test/ct_auto_compile_SUITE.erl | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/test/ct_auto_compile_SUITE.erl b/lib/common_test/test/ct_auto_compile_SUITE.erl index dface99b8f..f88f13c889 100644 --- a/lib/common_test/test/ct_auto_compile_SUITE.erl +++ b/lib/common_test/test/ct_auto_compile_SUITE.erl @@ -169,7 +169,7 @@ test_events(ac_flag) ->       {?eh,start_info,{1,1,3}},       {?eh,tc_start,{ct_framework,error_in_suite}},       {?eh,tc_done,{ct_framework,error_in_suite, -       {failed,{error,'bad_SUITE can not be compiled or loaded'}}}}, +       {failed,{error,'bad_SUITE cannot be compiled or loaded'}}}},       {?eh,tc_start,{dummy_SUITE,init_per_suite}},       {?eh,tc_done,{dummy_SUITE,init_per_suite,ok}},       {?eh,test_stats,{1,1,{1,0}}}, @@ -186,7 +186,7 @@ test_events(ac_spec) ->       {?eh,start_info,{1,1,3}},       {?eh,tc_start,{ct_framework,error_in_suite}},       {?eh,tc_done,{ct_framework,error_in_suite, -       {failed,{error,'bad_SUITE can not be compiled or loaded'}}}}, +       {failed,{error,'bad_SUITE cannot be compiled or loaded'}}}},       {?eh,tc_start,{dummy_SUITE,init_per_suite}},       {?eh,tc_done,{dummy_SUITE,init_per_suite,ok}},       {?eh,test_stats,{1,1,{1,0}}},  | 
