~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/kernel/test/code_SUITE_data/on_load/on_load_a.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    LibDir = code:lib_dir(kernel),
14
14
 
15
15
    ?MASTER ! {?MODULE,LibDir},
16
 
    true.
 
16
    ok.
17
17
 
18
18
data() ->
19
19
    [a|on_load_b:data()].