test: remove testing for tools/update_glibc.zig

Fixes test failures introduced by
5da013e39c.
This commit is contained in:
Andrew Kelley
2021-12-14 23:41:35 -07:00
parent 5da013e39c
commit ff93486d0c

View File

@@ -80,6 +80,5 @@ pub fn addCases(cases: *tests.StandaloneContext) void {
cases.add("tools/gen_stubs.zig");
cases.add("tools/update_clang_options.zig");
cases.add("tools/update_cpu_features.zig");
cases.add("tools/update_glibc.zig");
cases.add("tools/update_spirv_features.zig");
}