[PATCH] D66041: [TextAPI] Fix & Add tests for tbd files version 3.
Juergen Ributzka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 09:08:11 PDT 2019
ributzka accepted this revision.
ributzka added a comment.
This revision is now accepted and ready to land.
Hi Cyndy, thanks for catching this copy-past-o bug. LGTM
================
Comment at: llvm/unittests/TextAPI/TextStubV3Tests.cpp:133
+// Disable test for windows.
+#ifndef _WIN32
+TEST(TBDv3, WriteFile) {
----------------
I think this test should work now on windows,
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66041/new/
https://reviews.llvm.org/D66041
More information about the llvm-commits
mailing list