Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 23, 2024
1 parent 5ae2eac commit 042c1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cplusplus/test_euler.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
else:
compilers.extend(f'CLANG+{std}' for std in STANDARDS)
if IN_WINDOWS:
compilers.remove('CLANG+C++98')
compilers.remove('CLANG+C++03')
compilers.remove('CLANG+c++98')
compilers.remove('CLANG+c++03')
if AOCC_BINARY != 'clang' and which(AOCC_BINARY):
compilers.extend(f'AOCC+{std}' for std in STANDARDS)
if which('icc'):
Expand Down

0 comments on commit 042c1bc

Please sign in to comment.