From c86dc143cb24aad0ae0c3a4a49958e600d4435bc Mon Sep 17 00:00:00 2001 From: martinvuyk Date: Thu, 2 Jan 2025 15:16:18 -0300 Subject: [PATCH] try fix filecheck Signed-off-by: martinvuyk --- stdlib/test/collections/test_index_normalization.mojo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/test/collections/test_index_normalization.mojo b/stdlib/test/collections/test_index_normalization.mojo index 44ea1782fc..15465f07a7 100644 --- a/stdlib/test/collections/test_index_normalization.mojo +++ b/stdlib/test/collections/test_index_normalization.mojo @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ===----------------------------------------------------------------------=== # -# RUN: %bare-mojo -D ASSERT=warn %s | FileCheck %s +# RUN: %bare-mojo -D ASSERT=warn %s from collections._index_normalization import normalize_index