v2: remove redundant EOL normalization in cgen test
							parent
							
								
									9d46fb9f90
								
							
						
					
					
						commit
						8d76f7d195
					
				|  | @ -22,10 +22,6 @@ fn test_c_files() { | |||
| 			panic(err) | ||||
| 		} | ||||
| 		ctext = ctext // unused warn
 | ||||
| 		// normalise line endings on win
 | ||||
| 		$if windows { | ||||
| 			ctext = ctext.replace('\r', '') | ||||
| 		} | ||||
| 		mut b := builder.new_builder(pref.Preferences{}) | ||||
| 		res := b.gen_c([path]) | ||||
| 		if compare_texts(res, ctext) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue