Author: dblaikie Date: Mon Aug 22 12:49:50 2016 New Revision: 279444 URL: http://llvm.org/viewvc/llvm-project?rev=279444&view=rev Log: Remove redundant test
test/CodeGenCXX/debug-info-zero-length-arrays.cpp tests this functionality more comprehensively Removed: cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp Removed: cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp?rev=279443&view=auto ============================================================================== --- cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp (original) +++ cfe/trunk/test/CodeGenCXX/debug-info-flex-member.cpp (removed) @@ -1,9 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s - -// CHECK: !DISubrange(count: -1) - -struct StructName { - int member[]; -}; - -struct StructName SN; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits