all: cleanup/rename all comp_ names to be comptime_ (#12467)

This commit is contained in:
yuyi 2021-11-15 21:47:29 +08:00 committed by GitHub
parent 1d003228cb
commit c28041cecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 115 additions and 107 deletions

View file

@ -764,7 +764,7 @@ fn test_c_r() {
println('$r')
}
fn test_inter_before_comp_if() {
fn test_inter_before_comptime_if() {
s := '123'
// This used to break ('123 $....')
$if linux {