# File test/test_loadlib.rb, line 67
    def load_lib(path)
      @load_lib_call += 1
      @load_lib_path_list.push(path)
      nil
    end