diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-07-11 17:10:16 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-15 17:01:36 +0200 |
commit | c250cec28d4cd5dbe68abd8835730eaf81aba086 (patch) | |
tree | 710f1196773799e0a481390d8b24d2f6447cafac /lib/runtime_tools/test | |
parent | 5e768c8765bc70d70599dd9a6e5d27875de490e3 (diff) | |
download | otp-c250cec28d4cd5dbe68abd8835730eaf81aba086.tar.gz otp-c250cec28d4cd5dbe68abd8835730eaf81aba086.tar.bz2 otp-c250cec28d4cd5dbe68abd8835730eaf81aba086.zip |
Check for native code without loading module
Diffstat (limited to 'lib/runtime_tools/test')
-rw-r--r-- | lib/runtime_tools/test/system_information_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime_tools/test/system_information_SUITE.erl b/lib/runtime_tools/test/system_information_SUITE.erl index 9dd4e67efc..fb9455a30f 100644 --- a/lib/runtime_tools/test/system_information_SUITE.erl +++ b/lib/runtime_tools/test/system_information_SUITE.erl @@ -274,6 +274,7 @@ validate_loaded_report() -> ok = system_information:application(kernel,[full]), ok = system_information:module(gen_server), ok = system_information:module(gen_server,[full]), + ok = system_information:modules(native), ok. |