tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ensure-linking-error_FIXTURE.js (448B)


      1 // |reftest| skip -- not a test file
      2 // Copyright (C) 2022 Igalia, S.L. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 // When imported, this file will ensure that a linking error happens by
      6 // importing a non-existent binding.
      7 // It can be used to assert that there is a linking error, which means
      8 // that there are no parsing errors.
      9 
     10 import { nonExistent } from "./ensure-linking-error_FIXTURE.js";