[PATCH] D45677: [libcxx] [test] Fix typo in filesystem test

Joe Loser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 15 16:12:23 PDT 2018


jloser created this revision.
jloser added a reviewer: EricWF.
Herald added subscribers: cfe-commits, christof.

There was a typo in "omitted" in `/test/std/experimental/filesystem/fs.op.funcs/fs.op.relative/relative.pass.cpp `


Repository:
  rCXX libc++

https://reviews.llvm.org/D45677

Files:
  libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.relative/relative.pass.cpp


Index: libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.relative/relative.pass.cpp
===================================================================
--- libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.relative/relative.pass.cpp
+++ libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.relative/relative.pass.cpp
@@ -46,7 +46,7 @@
       {StaticEnv::SymlinkToDir, StaticEnv::Dir},
       {StaticEnv::SymlinkToDir / "dir2/.", StaticEnv::Dir / "dir2"},
       // FIXME? If the trailing separator occurs in a part of the path that exists,
-      // it is ommitted. Otherwise it is added to the end of the result.
+      // it is omitted. Otherwise it is added to the end of the result.
       {StaticEnv::SymlinkToDir / "dir2/./", StaticEnv::Dir / "dir2"},
       {StaticEnv::SymlinkToDir / "dir2/DNE/./", StaticEnv::Dir / "dir2/DNE/"},
       {StaticEnv::SymlinkToDir / "dir2", StaticEnv::Dir2},


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45677.142585.patch
Type: text/x-patch
Size: 919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180415/b35d1bce/attachment.bin>


More information about the cfe-commits mailing list