summaryrefslogtreecommitdiff
path: root/lib/common_test/src/ct_framework.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/src/ct_framework.erl')
-rw-r--r--lib/common_test/src/ct_framework.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl
index 403edd8f4d..41e9734731 100644
--- a/lib/common_test/src/ct_framework.erl
+++ b/lib/common_test/src/ct_framework.erl
@@ -816,7 +816,7 @@ end_tc(Mod,Func00,TCPid,Result,Args,Return) ->
lists:keydelete(Func,2,Running);
({_,{suite0_failed,_}}) ->
undefined;
- ([{_,CurrTC}]) when CurrTC == Func ->
+ ([{_,_}]) ->
undefined;
(undefined) ->
undefined;