This ugly regex is required because on Windows, the paths come out as \\ delimited...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 21 Mar 2013 20:12:19 +0000 (20:12 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 21 Mar 2013 20:12:19 +0000 (20:12 +0000)
commit63352de02e89257c672baa0a520dbe266695b593
tree404a13d880a0f1cd7097dc5e4f3f44d22aa3ccc0
parent3d0235e16ed6af39e0e97a74935692c9aa66026c
This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited.  Fixes a test breakage since r176894.

llvm-svn: 177658
clang/test/Driver/resource-dir.cpp