From 1fd2d6d88f5f78d879bf38bb3fba7fa2e749d3b0 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Thu, 19 Feb 2026 13:13:41 -0500 Subject: [willow]: initial IRBuilder API (#9) - add IRBuilder api - remove `name` field from `Value` - fix some bugs in IList interface - more verifier tests --- willow/unittest/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'willow/unittest/BUILD.bazel') 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", ] ) -- cgit v1.2.3