diff options
author | Björn Gustavsson <[email protected]> | 2012-02-01 17:04:44 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-08 10:59:03 +0100 |
commit | befc18e6aeb5313f5e3c98c9e3f3fb2a9214f4ec (patch) | |
tree | 84ce91d44123b6857b64a05e8d9578313319f288 /erts/test/autoimport_SUITE_data | |
parent | 344f187ec3488cbc7b5a3d75bd8cc08f3b4fefab (diff) | |
download | otp-befc18e6aeb5313f5e3c98c9e3f3fb2a9214f4ec.tar.gz otp-befc18e6aeb5313f5e3c98c9e3f3fb2a9214f4ec.tar.bz2 otp-befc18e6aeb5313f5e3c98c9e3f3fb2a9214f4ec.zip |
Replace autoimport_SUITE with bif_SUITE:auto_imports/1
erts/test/autoimport_SUITE tested that auto-import information in
erl_internal:bif/2 was consistent with the documentation. It did
it by scanning erlang.xml.
Since the documentation is now based on the specs in erlang.erl,
we should now test consistency of the specs and erl_internal:bif/2.
Since anyone that adds a new BIF runs the emulator test suite, it
makes sense to do this test in bif_SUITE in the emulator test suite.
Diffstat (limited to 'erts/test/autoimport_SUITE_data')
-rw-r--r-- | erts/test/autoimport_SUITE_data/dummy.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/erts/test/autoimport_SUITE_data/dummy.txt b/erts/test/autoimport_SUITE_data/dummy.txt deleted file mode 100644 index 972643e527..0000000000 --- a/erts/test/autoimport_SUITE_data/dummy.txt +++ /dev/null @@ -1,19 +0,0 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1998-2010. All Rights Reserved. -%% -%% The contents of this file are subject to the Erlang Public License, -%% Version 1.1, (the "License"); you may not use this file except in -%% compliance with the License. You should have received a copy of the -%% Erlang Public License along with this software. If not, it can be -%% retrieved online at http://www.erlang.org/. -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and limitations -%% under the License. -%% -%% %CopyrightEnd% -%% -%% Purpouse: Dummy |