Skip to content

Commit

Permalink
Fix test from b763d6a
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Keane committed May 15, 2023
1 parent 101cdac commit eff52b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/Preprocessor/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// CXX26:#define __GXX_EXPERIMENTAL_CXX0X__ 1
// CXX26:#define __GXX_RTTI 1
// CXX26:#define __GXX_WEAK__ 1
// CXX26:#define __cplusplus 202402L
// CXX26:#define __cplusplus 202400L
// CXX26:#define __private_extern__ extern
//
// RUN: %clang_cc1 -x c++ -fgnuc-version=4.2.1 -std=c++23 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix CXX2B %s
Expand Down Expand Up @@ -148,7 +148,7 @@
//
// GXX26:#define __GNUG__ 4
// GXX26:#define __GXX_WEAK__ 1
// GXX26:#define __cplusplus 202402L
// GXX26:#define __cplusplus 202400L
// GXX26:#define __private_extern__ extern
//
// RUN: %clang_cc1 -x c++ -fgnuc-version=4.2.1 -std=gnu++23 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix GXX2B %s
Expand Down

0 comments on commit eff52b1

Please sign in to comment.