From 23feafdef0ff45e67ac63c7e220830c93b095e18 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 5 Jan 2017 19:25:36 -0500 Subject: pass more tests by removing assertion, fixing error column, and updating expected message --- src/analyze.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/analyze.cpp') diff --git a/src/analyze.cpp b/src/analyze.cpp index ac9563c8a3..1c9ddb7e2e 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -1393,8 +1393,6 @@ static void resolve_struct_type(CodeGen *g, TypeTableEntry *struct_type) { ZigLLVMReplaceTemporary(g->dbuilder, struct_type->di_type, replacement_di_type); struct_type->di_type = replacement_di_type; - - assert((debug_size_in_bits == 0) == struct_type->zero_bits); } static void resolve_union_type(CodeGen *g, TypeTableEntry *union_type) { -- cgit v1.2.3