summaryrefslogtreecommitdiff
path: root/lib/compiler/test/bs_match_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-25 10:20:30 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-03-01 06:31:19 +0100
commitcb406f4ae248e8f2164cf53486b163295ee53485 (patch)
treeac25f183f41b304797505fede3052706e82b833d /lib/compiler/test/bs_match_SUITE.erl
parent4124d78d531c2b5a0b2a6227a27adc78bee16c45 (diff)
downloaderlang-cb406f4ae248e8f2164cf53486b163295ee53485.tar.gz
Remove redundant tests for native code
Diffstat (limited to 'lib/compiler/test/bs_match_SUITE.erl')
-rw-r--r--lib/compiler/test/bs_match_SUITE.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/compiler/test/bs_match_SUITE.erl b/lib/compiler/test/bs_match_SUITE.erl
index c3d391f757..5bb116752a 100644
--- a/lib/compiler/test/bs_match_SUITE.erl
+++ b/lib/compiler/test/bs_match_SUITE.erl
@@ -1469,9 +1469,6 @@ fc({'EXIT',{function_clause,_}}) -> ok;
fc({'EXIT',{{case_clause,_},_}}) when ?MODULE =:= bs_match_inline_SUITE -> ok.
fc(Name, Args, {'EXIT',{function_clause,[{?MODULE,Name,Args,_}|_]}}) -> ok;
-fc(Name, Args, {'EXIT',{function_clause,[{?MODULE,Name,Arity,_}|_]}})
- when length(Args) =:= Arity ->
- true = test_server:is_native(?MODULE);
fc(_, Args, {'EXIT',{{case_clause,ActualArgs},_}})
when ?MODULE =:= bs_match_inline_SUITE ->
Args = tuple_to_list(ActualArgs).