summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendAda/fat_fields.adb
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendAda/fat_fields.adb')
-rw-r--r--llvm/test/FrontendAda/fat_fields.adb10
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;
OpenPOWER on IntegriCloud