From 9fba57f36094236a1f5fb6eb491a589f6c623d0b Mon Sep 17 00:00:00 2001 From: Max Korbel Date: Thu, 20 Feb 2025 12:59:48 -0800 Subject: [PATCH] minor cleanup --- doc/README.md | 1 - test/arithmetic/floating_point/floating_point_value_test.dart | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 69a45ef38..a96ab573f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -103,7 +103,6 @@ Some in-development items will have opened issues, as well. Feel free to create - Replacement Policies - LRU - [Memory Model](./components/memory.md#memory-models) - - [Control/Status Registers (CSRs)](./components/csr.md) - Standard interfaces - AXI - [APB](./components/standard_interfaces.md#apb) diff --git a/test/arithmetic/floating_point/floating_point_value_test.dart b/test/arithmetic/floating_point/floating_point_value_test.dart index 4bf39f6ef..0df73a758 100644 --- a/test/arithmetic/floating_point/floating_point_value_test.dart +++ b/test/arithmetic/floating_point/floating_point_value_test.dart @@ -302,9 +302,9 @@ void main() { continue; } } + test(c.name, () { p().ofConstant(c); - //TODO: is there more to check here? }); } });