aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-11-10 18:24:52 -0500
committerAndrew Kelley <superjoe30@gmail.com>2017-11-10 18:24:52 -0500
commit5ae53dacfb3e66fd626aa72a900b6b067b9ac19e (patch)
treecbebd1f95c5873199d648ea4ba6c214e781fcf2c /std
parent5895204c99f498aa8ec523a311f12d13c945b077 (diff)
downloadzig-5ae53dacfb3e66fd626aa72a900b6b067b9ac19e.tar.gz
zig-5ae53dacfb3e66fd626aa72a900b6b067b9ac19e.zip
rename test
Diffstat (limited to 'std')
-rw-r--r--std/os/linux.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/os/linux.zig b/std/os/linux.zig
index 992e036239..8fb1ac511a 100644
--- a/std/os/linux.zig
+++ b/std/os/linux.zig
@@ -810,6 +810,6 @@ pub fn timerfd_settime(fd: i32, flags: u32, new_value: &const itimerspec, old_va
arch.syscall4(arch.SYS_timerfd_settime, usize(fd), usize(flags), @ptrToInt(new_value), @ptrToInt(old_value))
}
-test "timer" {
+test "import linux_test" {
_ = @import("linux_test.zig");
}