Thanks.  I modified the tests to include this line.

On Oct 27, 2011, at 1:38 PM, Douglas Gregor wrote:

> 
> On Oct 27, 2011, at 10:55 AM, Ted Kremenek wrote:
> 
>> Author: kremenek
>> Date: Thu Oct 27 12:55:18 2011
>> New Revision: 143115
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=143115&view=rev
>> Log:
>> Move ASTUnit's handling of temporary files and the preamble file into a 
>> lazily-created static DenseMap.  This DenseMap is cleared (and the files 
>> erased) via an atexit routine in the case an ASTUnit is not destroyed.  
>> Fixes <rdar://problem/10293367>.
>> 
>> -// RUN: rm %t-preamble.pch
>> +// RUN: test ! -e %t-preamble.pch
> 
> This fancy shell stuff isn't going to work on Windows. You can add
> 
> REQUIRES: shell
> 
> to disable this test when no such shell is available.
> 
>       - Doug

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to