[PATCH] D156127: Partially revert changes to test lang-std.cpp
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 11:29:59 PDT 2023
probinson added inline comments.
================
Comment at: clang/test/Preprocessor/lang-std.cpp:4
// RUN: %clang_cc1 -dM -E %s | grep __cplusplus >%T-cpp-std.txt
+// RUN: cat %T-cpp-std.txt | FileCheck --check-prefix=CXX17 %s
+
----------------
Use `--input-file` and there's one fewer process to create.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156127/new/
https://reviews.llvm.org/D156127
More information about the cfe-commits
mailing list