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/Support/var_size.ads | |
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/Support/var_size.ads')
-rw-r--r-- | llvm/test/FrontendAda/Support/var_size.ads | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/FrontendAda/Support/var_size.ads b/llvm/test/FrontendAda/Support/var_size.ads deleted file mode 100644 index 6a570cba8bd..00000000000 --- a/llvm/test/FrontendAda/Support/var_size.ads +++ /dev/null @@ -1,7 +0,0 @@ -package Var_Size is - type T (Length : Natural) is record - A : String (1 .. Length); - B : String (1 .. Length); - end record; - function A (X : T) return String; -end; |