mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	 baec3076db
			
		
	
	
		baec3076db
		
	
	
	
	
		
			
			Any flags specified here will be passed to LLVM's `filecheck` tool, in tests that use that tool.
		
			
				
	
	
		
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // Arguments provided via `filecheck-flags` should be passed to `filecheck`.
 | |
| 
 | |
| //@ revisions: good bad
 | |
| //@ [good] filecheck-flags: --check-prefix=CUSTOM
 | |
| //@ [bad] should-fail
 | |
| 
 | |
| // CUSTOM: main
 | |
| fn main() {}
 |