summaryrefslogtreecommitdiff
path: root/willow/unittest/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'willow/unittest/BUILD.bazel')
-rw-r--r--willow/unittest/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/willow/unittest/BUILD.bazel b/willow/unittest/BUILD.bazel
index 8f1c55d..bfd0430 100644
--- a/willow/unittest/BUILD.bazel
+++ b/willow/unittest/BUILD.bazel
@@ -1,6 +1,6 @@
test_suite(
name = "unittest",
tests = [
- "//willow/unittest/ir:ir_tests",
+ "//willow/unittest/IR:ir_tests",
]
)