diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-27 00:07:56 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-27 00:07:56 +0000 |
commit | d23b96f92376c4b5b4717cfc032ce04db44fca75 (patch) | |
tree | b56d7da69df481748387e7f66ffbed64bf80f208 /llvm/test/FrontendAda/fat_fields.adb | |
parent | 12ff9528b21b6c5a53e78878aa8616b053511325 (diff) | |
download | bcm5719-llvm-d23b96f92376c4b5b4717cfc032ce04db44fca75.tar.gz bcm5719-llvm-d23b96f92376c4b5b4717cfc032ce04db44fca75.zip |
Remove these two directories. The tests can be ported to dragonegg if
they're still wanted.
llvm-svn: 136193
Diffstat (limited to 'llvm/test/FrontendAda/fat_fields.adb')
-rw-r--r-- | llvm/test/FrontendAda/fat_fields.adb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/FrontendAda/fat_fields.adb b/llvm/test/FrontendAda/fat_fields.adb deleted file mode 100644 index 443a9b679c5..00000000000 --- a/llvm/test/FrontendAda/fat_fields.adb +++ /dev/null @@ -1,10 +0,0 @@ --- RUN: %llvmgcc -S %s -I%p/Support --- RUN: %llvmgcc -S %s -I%p/Support -O2 -package body Fat_Fields is - procedure Proc is - begin - if P = null then - null; - end if; - end; -end; |