diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-03-11 13:42:54 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-03-11 13:42:54 -0400 |
| commit | a909efae9fceb15957144194cf1ae646e8111bb6 (patch) | |
| tree | 0e7580ec1e9a9c88da1f6fe94ca5113684f1aa02 /std/std.zig | |
| parent | 80e5af2be21427b8590c31e21c8e6b4cae1b7a6e (diff) | |
| parent | d633dcd07a053d76942217ca845ff2735a0ce6a2 (diff) | |
| download | zig-a909efae9fceb15957144194cf1ae646e8111bb6.tar.gz zig-a909efae9fceb15957144194cf1ae646e8111bb6.zip | |
Merge branch 'daurnimator-valgrind'
Diffstat (limited to 'std/std.zig')
| -rw-r--r-- | std/std.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/std.zig b/std/std.zig index 4a81fc7c35..d935f9136e 100644 --- a/std/std.zig +++ b/std/std.zig @@ -45,6 +45,7 @@ pub const rb = @import("rb.zig"); pub const sort = @import("sort.zig"); pub const testing = @import("testing.zig"); pub const unicode = @import("unicode.zig"); +pub const valgrind = @import("valgrind.zig"); pub const zig = @import("zig.zig"); test "std" { @@ -91,5 +92,6 @@ test "std" { _ = @import("sort.zig"); _ = @import("testing.zig"); _ = @import("unicode.zig"); + _ = @import("valgrind.zig"); _ = @import("zig.zig"); } |
