# File test/test_wpm_loader.rb, line 14
    def teardown
      if (File.exist? @filename) then
        File.unlink(@filename)
      end
    end