commit ff93486d0cbf032cbbf8b7953a072d448400ba2a (tree)
parent 5da013e39c8687afa78ea64ed6d0e8d39f28e4f4
Author: Andrew Kelley <andrew@ziglang.org>
Date: Tue, 14 Dec 2021 23:41:35 -0700
test: remove testing for tools/update_glibc.zig
Fixes test failures introduced by
5da013e39c8687afa78ea64ed6d0e8d39f28e4f4.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/test/standalone.zig b/test/standalone.zig
@@ -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");
}