mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			315 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			315 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // compile-flags: --crate-type=lib --test --remap-path-prefix={{src-base}}/=/the/src/ --remap-path-prefix={{src-base}}\=/the/src/
 | |
| // pretty-compare-only
 | |
| // pretty-mode:expanded
 | |
| // pp-exact:tests-are-sorted.pp
 | |
| 
 | |
| #[test]
 | |
| fn m_test() {}
 | |
| 
 | |
| #[test]
 | |
| #[ignore = "not yet implemented"]
 | |
| fn z_test() {}
 | |
| 
 | |
| #[test]
 | |
| fn a_test() {}
 | 
