jfb marked 2 inline comments as done.
jfb added inline comments.

================
Comment at: clang/test/Driver/vfsmode.py:47
+# exceed PATH_MAX.
+assert os.path.exists(file_relative_path)
+assert not os.path.exists(os.path.join(absolute, filename))
----------------
bruno wrote:
> If you want to make this even more explicit, you can also do `assert 
> os.path.exists(file_relative_path), "Your assert message here"`
I updated all the asserts.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65986/new/

https://reviews.llvm.org/D65986



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to