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},
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},
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits