mirror of
				https://github.com/tc39/test262.git
				synced 2025-11-04 05:33:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			411 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			411 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// Copyright (C) 2022 Igalia, S.L. All rights reserved.
 | 
						|
// This code is governed by the BSD license found in the LICENSE file.
 | 
						|
 | 
						|
// When imported, this file will ensure that a linking error happens by
 | 
						|
// importing a non-existent binding.
 | 
						|
// It can be used to assert that there is a linking error, which means
 | 
						|
// that there are no parsing errors.
 | 
						|
 | 
						|
import { nonExistent } from "./ensure-linking-error_FIXTURE.js";
 |