diff options
author | Björn Gustavsson <[email protected]> | 2016-10-04 11:00:51 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-11-18 11:58:34 +0100 |
commit | 132d61e6f075f8e85da268e88953980c2f348987 (patch) | |
tree | 026011d995829dea51eade10164f9927fc8bb282 /lib/compiler/test/compile_SUITE.erl | |
parent | 348b5e6bee2f83d10642558d511cc904f5015ab3 (diff) | |
download | otp-132d61e6f075f8e85da268e88953980c2f348987.tar.gz otp-132d61e6f075f8e85da268e88953980c2f348987.tar.bz2 otp-132d61e6f075f8e85da268e88953980c2f348987.zip |
Remove beam_bool
The guard optimizations in v3_kernel has removed the need for
beam_bool.
Diffstat (limited to 'lib/compiler/test/compile_SUITE.erl')
-rw-r--r-- | lib/compiler/test/compile_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/test/compile_SUITE.erl b/lib/compiler/test/compile_SUITE.erl index 2953a901b5..d7e0b3498a 100644 --- a/lib/compiler/test/compile_SUITE.erl +++ b/lib/compiler/test/compile_SUITE.erl @@ -342,7 +342,6 @@ do_file_listings(DataDir, PrivDir, [File|Files]) -> do_listing(Simple, TargetDir, dblk, ".block"), do_listing(Simple, TargetDir, dexcept, ".except"), do_listing(Simple, TargetDir, dbs, ".bs"), - do_listing(Simple, TargetDir, dbool, ".bool"), do_listing(Simple, TargetDir, dtype, ".type"), do_listing(Simple, TargetDir, ddead, ".dead"), do_listing(Simple, TargetDir, djmp, ".jump"), |