mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
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:
parent
24ff698914
commit
15d60779a9
Notes:
github-actions[bot]
2024-07-26 00:36:54 +00:00
Author: https://github.com/ADKaster
Commit: 15d60779a9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/837
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue