Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Feb 22, 2025
1 parent 0b8c535 commit dd3649e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion compiler+runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ if(jank_tests)
test/cpp/jank/runtime/obj/persistent_list.cpp
test/cpp/jank/runtime/obj/persistent_string.cpp
test/cpp/jank/runtime/obj/persistent_vector.cpp
test/cpp/jank/runtime/obj/lazy_sequence.cpp
test/cpp/jank/runtime/obj/range.cpp
test/cpp/jank/runtime/obj/integer_range.cpp
test/cpp/jank/runtime/obj/repeat.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace jank::runtime::obj

using bounds_check_t = native_bool (*)(integer_ptr, integer_ptr);

/* Constructors are only to be used in range.cpp. Prefer range::create. */
/* Constructors are only to be used in integer_range.cpp. Prefer range::create. */
integer_range() = default;
integer_range(integer_range &&) noexcept = default;
integer_range(integer_range const &) = default;
Expand Down

0 comments on commit dd3649e

Please sign in to comment.