[PATCH] D127009: Modify test case so it verifies the fix from D126396.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 3 16:07:09 PDT 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Thanks! The convention is to add `[test] ` to test-only patches.
You can change the Phabricator title, then run `arc amend` to amend the local commit.
I believe on Debian testing `arc` is somewhat broken with php 8, so you may need to get `arc` from https://github.com/phacility/arcanist (`bin/arc`)
================
Comment at: clang/test/Preprocessor/file_test.c:13
filename: __FILE__
+#include "./Inputs/./include-file-test/file_test.h"
----------------
This `./` line needs a comment about what is being tested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127009/new/
https://reviews.llvm.org/D127009
More information about the cfe-commits
mailing list