aboutsummaryrefslogtreecommitdiff
path: root/tests/run_binary/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_binary/BUILD')
-rw-r--r--tests/run_binary/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_binary/BUILD b/tests/run_binary/BUILD
index 85c10f3..259c84a 100644
--- a/tests/run_binary/BUILD
+++ b/tests/run_binary/BUILD
@@ -1,7 +1,7 @@
+load("@rules_cc//cc:defs.bzl", "cc_binary")
load("//rules:diff_test.bzl", "diff_test")
load("//rules:run_binary.bzl", "run_binary")
load("//rules:write_file.bzl", "write_file")
-load("@rules_cc//cc:defs.bzl", "cc_binary")
package(
default_testonly = 1,