# File test/test_control.rb, line 419
    def simple_loader_load_hook(path)
      @simple_loader_load_hook_call += 1
      @simple_loader_load_hook_path_list.push(path)
      if (path == 'nothing') then
        raise 'failed to load nothing module' # for test of load error
      end
      nil
    end