From 5dccaa145e6f290c6a0f371d44466a7176f4cdb1 Mon Sep 17 00:00:00 2001 From: c-parsons Date: Fri, 18 Jan 2019 16:55:49 -0500 Subject: reorder toolchain targets to help clarity (#95) --- toolchains/unittest/BUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'toolchains') diff --git a/toolchains/unittest/BUILD b/toolchains/unittest/BUILD index fbe3879..0dfd303 100644 --- a/toolchains/unittest/BUILD +++ b/toolchains/unittest/BUILD @@ -19,6 +19,15 @@ exit /b 1 visibility = ["//visibility:public"], ) +toolchain( + name = "cmd_toolchain", + exec_compatible_with = [ + "@bazel_tools//platforms:windows", + ], + toolchain = ":cmd", + toolchain_type = TOOLCHAIN_TYPE, +) + unittest_toolchain( name = "bash", failure_templ = """#!/bin/sh @@ -33,15 +42,6 @@ exit 1 visibility = ["//visibility:public"], ) -toolchain( - name = "cmd_toolchain", - exec_compatible_with = [ - "@bazel_tools//platforms:windows", - ], - toolchain = ":cmd", - toolchain_type = TOOLCHAIN_TYPE, -) - toolchain( name = "bash_toolchain", toolchain = ":bash", -- cgit v1.2.3