bruno added inline comments.
================ Comment at: clang/test/Modules/explicit-module-maps.cpp:4 + +// RUN: %clang_cc1 -fmodule-map-file=%S/Inputs/explicit-module-maps/invalid.modulemap -verify %s +// expected-no-diagnostics ---------------- Minor suggestion here given the content of the file is pretty simple, how about something along these lines: ``` // RUN: rm -rf %t // RUN: mkdir %t // RUN: echo 'DOES NOT PARSE!' > %t/invalid.modulemap // RUN: %clang_cc1 -fmodule-map-file=%t/invalid.modulemap -verify %s ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86802/new/ https://reviews.llvm.org/D86802 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits