r193507 - Fix typo in test's REQUIRES line
Alp Toker
alp at nuanti.com
Sun Oct 27 12:03:12 PDT 2013
Author: alp
Date: Sun Oct 27 14:03:12 2013
New Revision: 193507
URL: http://llvm.org/viewvc/llvm-project?rev=193507&view=rev
Log:
Fix typo in test's REQUIRES line
Modified:
cfe/trunk/test/Misc/permissions.cpp
Modified: cfe/trunk/test/Misc/permissions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/permissions.cpp?rev=193507&r1=193506&r2=193507&view=diff
==============================================================================
--- cfe/trunk/test/Misc/permissions.cpp (original)
+++ cfe/trunk/test/Misc/permissions.cpp Sun Oct 27 14:03:12 2013
@@ -2,7 +2,7 @@
// MSYS doesn't emulate umask.
// FIXME: Could we introduce another feature for it?
-// REQUIRES: shell-preserves-root'
+// REQUIRES: shell-preserves-root
// RUN: umask 000
// RUN: %clang_cc1 -emit-llvm-bc %s -o %t
More information about the cfe-commits
mailing list