From: Alp Toker Date: Sun, 27 Oct 2013 19:03:12 +0000 (+0000) Subject: Fix typo in test's REQUIRES line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91f64f31db0ca2bbbb527ac538088ac8f4e09aba;p=clang Fix typo in test's REQUIRES line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193507 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/permissions.cpp b/test/Misc/permissions.cpp index 5b89eabcf2..143e49d58e 100644 --- a/test/Misc/permissions.cpp +++ b/test/Misc/permissions.cpp @@ -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