commit | 1b4b25696bd74249503d2eb34ca17b2d3815796a | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Mon Jul 23 13:41:53 2007 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Mon Jul 23 13:41:53 2007 +0000 |
tree | 8da65aa6bd37bc366c19655afeba23d8de7a495c | |
parent | 491a6cd8b452eec2920f5530df08141a0111b1d6 [diff] [blame] |
For multipart tests, place the parts with no RUN line in Support. Give up on sending output to /dev/null - this cannot always be arranged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40436 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendAda/global_constant.adb b/test/FrontendAda/global_constant.adb index 4b64f10..ce9f406 100644 --- a/test/FrontendAda/global_constant.adb +++ b/test/FrontendAda/global_constant.adb
@@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s -o /dev/null +-- RUN: %llvmgcc -c %s -I%p/Support package body Global_Constant is begin raise An_Error;