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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user