aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/system_information_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-07-11 17:10:16 +0200
committerBjörn-Egil Dahlberg <[email protected]>2013-07-15 17:01:36 +0200
commitc250cec28d4cd5dbe68abd8835730eaf81aba086 (patch)
tree710f1196773799e0a481390d8b24d2f6447cafac /lib/runtime_tools/test/system_information_SUITE.erl
parent5e768c8765bc70d70599dd9a6e5d27875de490e3 (diff)
downloadotp-c250cec28d4cd5dbe68abd8835730eaf81aba086.tar.gz
otp-c250cec28d4cd5dbe68abd8835730eaf81aba086.tar.bz2
otp-c250cec28d4cd5dbe68abd8835730eaf81aba086.zip
Check for native code without loading module
Diffstat (limited to 'lib/runtime_tools/test/system_information_SUITE.erl')
-rw-r--r--lib/runtime_tools/test/system_information_SUITE.erl1
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.