mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: cleanup/rename all comp_
names to be comptime_
(#12467)
This commit is contained in:
parent
1d003228cb
commit
c28041cecc
15 changed files with 115 additions and 107 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue