1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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
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 {