diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-23 11:10:26 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-23 11:10:26 +0000 |
| commit | 5044f5c816adfd5cba17f1adee1a10127296d0bf (patch) | |
| tree | c69d3f4f13d508570bb5257a6aea735f88bdf09c /test/CodeGen/2009-10-20-GlobalDebug.c | |
| parent | ee791dde723a2089c681d2ab6a9d4f96379d5f49 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/2009-10-20-GlobalDebug.c')
| -rw-r--r-- | test/CodeGen/2009-10-20-GlobalDebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2009-10-20-GlobalDebug.c b/test/CodeGen/2009-10-20-GlobalDebug.c index f19ceb1e73c1..99be46996ed5 100644 --- a/test/CodeGen/2009-10-20-GlobalDebug.c +++ b/test/CodeGen/2009-10-20-GlobalDebug.c @@ -1,4 +1,4 @@ // RUN: %clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s int global; -// CHECK: asciz "global" ## DW_AT_name +// CHECK: asciz "global" ## External Name int main() { return 0;} |
