r279444 - Remove redundant test
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 22 10:49:50 PDT 2016
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;
More information about the cfe-commits
mailing list