Tests: Update ClangPlugins tests for current clang version

Something is up with the plugin option and the current version of lit,
so XFAIL the test for that for now.
This commit is contained in:
Andrew Kaster 2024-07-25 16:53:37 -06:00
commit 15d60779a9
Notes: github-actions[bot] 2024-07-26 00:36:54 +00:00
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,8 @@
*/
// RUN: %clang++ -cc1 -verify %plugin_opts% %s 2>&1
// FIXME: Un-XFAIL this when re-enabling the plugin option in the Tests CMakeLists.txt
// XFAIL: true
#include <LibJS/Heap/Cell.h>
#include <LibJS/Heap/Handle.h>