diff options
author | Björn Gustavsson <[email protected]> | 2017-06-12 10:15:59 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-12 10:15:59 +0200 |
commit | f7b2933a037f9e7de471424161100567a75975c6 (patch) | |
tree | 842b4141a45106a0a75db2adcbbe06422d6fee20 /lib/compiler/test/warnings_SUITE.erl | |
parent | ce460b49cc7515613ce09394f7d04131be79e216 (diff) | |
parent | 09112806c15a81be86730503af36e304ac11d1ed (diff) | |
download | otp-f7b2933a037f9e7de471424161100567a75975c6.tar.gz otp-f7b2933a037f9e7de471424161100567a75975c6.tar.bz2 otp-f7b2933a037f9e7de471424161100567a75975c6.zip |
Merge pull request #1483 from bjorng/bjorn/compiler/bsm-anno/ERIERL-30
Fix unsafe bit syntax matching optimization
Diffstat (limited to 'lib/compiler/test/warnings_SUITE.erl')
-rw-r--r-- | lib/compiler/test/warnings_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/warnings_SUITE.erl b/lib/compiler/test/warnings_SUITE.erl index 7c27750556..77e4234c70 100644 --- a/lib/compiler/test/warnings_SUITE.erl +++ b/lib/compiler/test/warnings_SUITE.erl @@ -529,7 +529,7 @@ bin_opt_info(Config) when is_list(Config) -> Code, [bin_opt_info], {warnings, - [{4,sys_core_fold,orig_bin_var_used_in_guard}, + [{4,sys_core_bsm,orig_bin_var_used_in_guard}, {5,beam_bsm,{no_bin_opt,{{t1,1},no_suitable_bs_start_match}}}, {9,beam_bsm,{no_bin_opt, {binary_used_in,{extfunc,erlang,split_binary,2}}}} ]}}], |