mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
test: remove accidental hard tab
This commit is contained in:
parent
018262d537
commit
2fb78430db
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ pub fn main() void {}
|
||||||
comptime {
|
comptime {
|
||||||
const x: [*c]u8 = null;
|
const x: [*c]u8 = null;
|
||||||
var runtime_len: usize = undefined;
|
var runtime_len: usize = undefined;
|
||||||
runtime_len = 0;
|
runtime_len = 0;
|
||||||
const y = x[0..runtime_len];
|
const y = x[0..runtime_len];
|
||||||
_ = y;
|
_ = y;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue