Skip to content

Commit

Permalink
Temporarily disable immediate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov authored and vgvassilev committed Sep 18, 2024
1 parent 25f47a5 commit d7a3d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/ForwardMode/ConstevalTest.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// RUN: %cladclang %s -I%S/../../include -std=c++23 -oConstevalTest.out | %filecheck %s
// RUN: ./ConstevalTest.out | %filecheck_exec %s
// XFAIL: *

#include <limits>

Expand Down
1 change: 1 addition & 0 deletions test/ForwardMode/ConstexprTest.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// RUN: %cladclang %s -I%S/../../include -std=c++23 -oConstexprTest.out | %filecheck %s
// RUN: ./ConstexprTest.out | %filecheck_exec %s
// XFAIL: *

#include "clad/Differentiator/Differentiator.h"

Expand Down

0 comments on commit d7a3d63

Please sign in to comment.