Skip to content

Commit

Permalink
[clang][Interp] Try to atomic.c on Mac
Browse files Browse the repository at this point in the history
This test was broken on MacOS, see the discussion in
a35599b
  • Loading branch information
tbaederr committed Feb 26, 2024
1 parent 668cd1c commit 7c52d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/AST/Interp/atomic.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -fexperimental-new-constant-interpreter -verify=both,expected %s
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -verify=both,ref %s
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -triple=i686-linux-gnu -ffreestanding -fexperimental-new-constant-interpreter -verify=both,expected %s
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -triple=i686-linux-gnu -ffreestanding -verify=both,ref %s

/// FIXME: Copied from test/Sema/atomic-expr.c.
/// this expression seems to be rejected for weird reasons,
Expand Down

0 comments on commit 7c52d0c

Please sign in to comment.