From c250cec28d4cd5dbe68abd8835730eaf81aba086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Thu, 11 Jul 2013 17:10:16 +0200 Subject: Check for native code without loading module --- lib/runtime_tools/test/system_information_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/runtime_tools/test/system_information_SUITE.erl') 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. -- cgit v1.2.3