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