Skip to content
Snippets Groups Projects
Commit 9ca8bbb4 authored by David Blaikie's avatar David Blaikie
Browse files

Remove redundant test

test/CodeGenCXX/debug-info-zero-length-arrays.cpp tests this
functionality more comprehensively

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279444 91177308-0d34-0410-b5e6-96231b3b80d8
parent 7d0a7e9f
No related branches found
No related tags found
No related merge requests found
// 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment