[libcxx-commits] [libcxx] 95977a7 - [libc++] NFC: Remove unused include from test

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 25 11:00:59 PDT 2020


Author: Louis Dionne
Date: 2020-03-25T14:00:25-04:00
New Revision: 95977a7634889fd8b08eff339a406ead6f36086a

URL: https://github.com/llvm/llvm-project/commit/95977a7634889fd8b08eff339a406ead6f36086a
DIFF: https://github.com/llvm/llvm-project/commit/95977a7634889fd8b08eff339a406ead6f36086a.diff

LOG: [libc++] NFC: Remove unused include from test

Added: 
    

Modified: 
    libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp b/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
index d5df253603c1..6fa9d2c274bd 100644
--- a/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
+++ b/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
@@ -25,7 +25,6 @@
 #include <cassert>
 
 #include "test_macros.h"
-#include "filesystem_test_helper.h"
 #include "debug_mode_helper.h"
 
 int main(int, char**) {


        


More information about the libcxx-commits mailing list