r231031 - Remove shell requirement from test/Modules/explicit-build-relpath.cpp

Reid Kleckner reid at kleckner.net
Mon Mar 2 14:55:01 PST 2015


Author: rnk
Date: Mon Mar  2 16:55:01 2015
New Revision: 231031

URL: http://llvm.org/viewvc/llvm-project?rev=231031&view=rev
Log:
Remove shell requirement from test/Modules/explicit-build-relpath.cpp

It only relies on 'cd', which the internal shell has now.

Modified:
    cfe/trunk/test/Modules/explicit-build-relpath.cpp

Modified: cfe/trunk/test/Modules/explicit-build-relpath.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/explicit-build-relpath.cpp?rev=231031&r1=231030&r2=231031&view=diff
==============================================================================
--- cfe/trunk/test/Modules/explicit-build-relpath.cpp (original)
+++ cfe/trunk/test/Modules/explicit-build-relpath.cpp Mon Mar  2 16:55:01 2015
@@ -1,5 +1,3 @@
-// REQUIRES: shell
-//
 // RUN: rm -rf %t
 // RUN: mkdir %t
 // RUN: cd %t





More information about the cfe-commits mailing list