summaryrefslogtreecommitdiff
path: root/tools/regression/test/test-boost-build/ignored_rc/ignored_rc.jam
blob: 61b14592926e649a633447b45df6b2f438e75dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
rule failure
   {
   }

actions failure
   {
   dir _
   echo a
   }

failure f ;