diff options
| author | Devang Patel <dpatel@apple.com> | 2011-08-17 18:39:13 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-08-17 18:39:13 +0000 |
| commit | ae2848ed69a7000d12314005c320079ad692d83a (patch) | |
| tree | 7d10e77c22a35381e22842cd5f90ab01d2b9f019 | |
| parent | 3fee10b7d221f1543871d50879cbc250444a925a (diff) | |
| download | bcm5719-llvm-ae2848ed69a7000d12314005c320079ad692d83a.tar.gz bcm5719-llvm-ae2848ed69a7000d12314005c320079ad692d83a.zip | |
Remove superficial test.
llvm-svn: 137846
| -rw-r--r-- | llvm/test/FrontendObjC/2010-06-04-UnnamedCFString-dbg.m | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/FrontendObjC/2010-06-04-UnnamedCFString-dbg.m b/llvm/test/FrontendObjC/2010-06-04-UnnamedCFString-dbg.m deleted file mode 100644 index bded9ea2a40..00000000000 --- a/llvm/test/FrontendObjC/2010-06-04-UnnamedCFString-dbg.m +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_variable | count 1 - -// Do not emit debug info for unnamed builtin CFString variable. -@interface Foo -@end -Foo *FooName = @"FooBar"; |

