[libcxx-commits] [libcxx] [libc++][NFC] Remove already fixed FIXME from range.iota.view/indices.pass.cpp (PR #181344)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 13 02:46:29 PST 2026


https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/181344

None

>From 30ff6d55f94a8b88228d3dcb0d45c715afe911d2 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Fri, 13 Feb 2026 11:46:10 +0100
Subject: [PATCH] [libc++][NFC] Remove already fixed FIXME from
 range.iota.view/indices.pass.cpp

---
 .../ranges/range.factories/range.iota.view/indices.pass.cpp    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libcxx/test/std/ranges/range.factories/range.iota.view/indices.pass.cpp b/libcxx/test/std/ranges/range.factories/range.iota.view/indices.pass.cpp
index 872308594ba06..08a0774298f68 100644
--- a/libcxx/test/std/ranges/range.factories/range.iota.view/indices.pass.cpp
+++ b/libcxx/test/std/ranges/range.factories/range.iota.view/indices.pass.cpp
@@ -12,9 +12,6 @@
 
 // inline constexpr unspecified indices = unspecified;
 
-// FIXME: This test shouldn't define TEST_HAS_NO_INT128
-// ADDITIONAL_COMPILE_FLAGS(clang-modules-build): -fno-modules
-
 #include <cassert>
 #include <cstddef>
 #include <ranges>



More information about the libcxx-commits mailing list