Skip to content

Commit

Permalink
Fix lexicographical order to make Buildifier happy.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562719963
Change-Id: I8c50b4606a69d5fedc9dd6b7f9768c2399d86ea3
  • Loading branch information
buildbreaker2021 authored and copybara-github committed Sep 5, 2023
1 parent b8d9580 commit b039a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compiler_settings/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ cc_binary(
srcs = ["main.cc"],
local_defines = select(
{
"//cc/compiler:clang-cl": ["COMPILER=clang-cl"],
"//cc/compiler:clang": ["COMPILER=clang"],
"//cc/compiler:clang-cl": ["COMPILER=clang-cl"],
"//cc/compiler:gcc": ["COMPILER=gcc"],
"//cc/compiler:mingw-gcc": ["COMPILER=mingw-gcc"],
"//cc/compiler:msvc-cl": ["COMPILER=msvc-cl"],
Expand Down

0 comments on commit b039a55

Please sign in to comment.