diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-09 17:19:47 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-09 17:19:47 +0000 |
commit | 0efac296f140f9e6eac31a9f979dbd0dc0659c24 (patch) | |
tree | f6c8ddae0a8e846c23dd89b51773031b1ba86115 | |
parent | 329c03204069f3dc02cd2a968b9519457aad507b (diff) | |
download | bcm5719-llvm-0efac296f140f9e6eac31a9f979dbd0dc0659c24.tar.gz bcm5719-llvm-0efac296f140f9e6eac31a9f979dbd0dc0659c24.zip |
Remove a comment that has been obsolete since r327679
llvm-svn: 365517
-rw-r--r-- | llvm/test/tools/llvm-pdbutil/injected-sources.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-pdbutil/injected-sources.test b/llvm/test/tools/llvm-pdbutil/injected-sources.test index 9d2d1b91a05..f3bbfb49e28 100644 --- a/llvm/test/tools/llvm-pdbutil/injected-sources.test +++ b/llvm/test/tools/llvm-pdbutil/injected-sources.test @@ -1,6 +1,3 @@ -; The PDB committed to the repo does not seem to be recognized by older -; versions of DIA SDK, so we xfail the test temporarily until we can -; figure out how to get a PDB that makes all versions of MSVC happy. ; REQUIRES: diasdk ; RUN: llvm-pdbutil pretty -injected-sources -injected-source-content \ |