Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck.
[oota-llvm.git] / test / FrontendAda / constant_fold.ads
1 -- RUN: %llvmgcc -S -emit-llvm %s -o - | not grep ptrtoint
2 package Constant_Fold is
3   Error : exception;
4 end;