aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-04-21 09:27:40 +0200
committerBjörn Gustavsson <[email protected]>2015-04-23 13:44:03 +0200
commit16d97a57e5cd0f820884e4223b92f50e3ce39b01 (patch)
treeb873287526bb9834c6b052a4ae16dcca33999028 /lib/compiler/test
parent94a33dfb4becbf5ce4da487ac50cfa9d9d760708 (diff)
downloadotp-16d97a57e5cd0f820884e4223b92f50e3ce39b01.tar.gz
otp-16d97a57e5cd0f820884e4223b92f50e3ce39b01.tar.bz2
otp-16d97a57e5cd0f820884e4223b92f50e3ce39b01.zip
beam_validator: Remove support for removed BIF fault/1,2
The fault/1,2 BIF was removed a long time ago.
Diffstat (limited to 'lib/compiler/test')
-rw-r--r--lib/compiler/test/beam_validator_SUITE_data/state_after_fault_in_catch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/beam_validator_SUITE_data/state_after_fault_in_catch.S b/lib/compiler/test/beam_validator_SUITE_data/state_after_fault_in_catch.S
index 8e27347ed5..c3656d6218 100644
--- a/lib/compiler/test/beam_validator_SUITE_data/state_after_fault_in_catch.S
+++ b/lib/compiler/test/beam_validator_SUITE_data/state_after_fault_in_catch.S
@@ -14,7 +14,7 @@
{allocate,1,0}.
{'catch',{y,0},{f,3}}.
{move,{atom,apa},{x,0}}.
- {call_ext,1,{extfunc,erlang,fault,1}}.
+ {call_ext,1,{extfunc,erlang,error,1}}.
{label,3}.
{catch_end,{y,0}}.
{move,{x,1},{x,0}}.