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/var_offset.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/var_offset.adb')
-rw-r--r-- | llvm/test/FrontendAda/var_offset.adb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/FrontendAda/var_offset.adb b/llvm/test/FrontendAda/var_offset.adb deleted file mode 100644 index 1d3ca98fa49..00000000000 --- a/llvm/test/FrontendAda/var_offset.adb +++ /dev/null @@ -1,7 +0,0 @@ --- RUN: %llvmgcc -S %s -I%p/Support -package body Var_Offset is - function F (X : T) return Character is - begin - return X.Bad_Field; - end; -end; |