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

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

Reply via email to