Skip to content

Commit

Permalink
Fix executable name for the STL test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch authored and vgvassilev committed Jul 4, 2024
1 parent f4034ce commit 8749404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ForwardMode/STLCustomDerivatives.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %cladclang %s -I%S/../../include -oUserDefinedTypes.out | %filecheck %s
// RUN: ./UserDefinedTypes.out | %filecheck_exec %s
// RUN: %cladclang %s -I%S/../../include -oSTLCustomDerivatives.out | %filecheck %s
// RUN: ./STLCustomDerivatives.out | %filecheck_exec %s

// CHECK-NOT: {{.*error|warning|note:.*}}

Expand Down

0 comments on commit 8749404

Please sign in to comment.