migration: changed tests to use new pointer syntax
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 6 Mar 2023 02:52:13 +0000 (20:52 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 6 Mar 2023 02:54:55 +0000 (20:54 -0600)
commit135d17473b5ae7dd1ba3176446474236a69d9dac
tree2bac844580fbeb84e0c2a57b340c051c5e40b887
parent9514cb1dfcf4c25d39f3e68d5d108e99887c8a2e
migration: changed tests to use new pointer syntax
73 files changed:
tests/aoc-2020/day1.onyx
tests/aoc-2020/day10.onyx
tests/aoc-2020/day11.onyx
tests/aoc-2020/day12.onyx
tests/aoc-2020/day13.onyx
tests/aoc-2020/day14.onyx
tests/aoc-2020/day15.onyx
tests/aoc-2020/day16.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day18.onyx
tests/aoc-2020/day19.onyx
tests/aoc-2020/day2.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2020/day23.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2020/day25.onyx
tests/aoc-2020/day3.onyx
tests/aoc-2020/day4.onyx
tests/aoc-2020/day5.onyx
tests/aoc-2020/day6.onyx
tests/aoc-2020/day7.onyx
tests/aoc-2020/day8.onyx
tests/aoc-2020/day9.onyx
tests/aoc-2021/day01.onyx
tests/aoc-2021/day02.onyx
tests/aoc-2021/day03.onyx
tests/aoc-2021/day04.onyx
tests/aoc-2021/day05.onyx
tests/aoc-2021/day06.onyx
tests/aoc-2021/day07.onyx
tests/aoc-2021/day08.onyx
tests/aoc-2021/day09.onyx
tests/aoc-2021/day10.onyx
tests/aoc-2021/day11.onyx
tests/aoc-2021/day12.onyx
tests/aoc-2021/day13.onyx
tests/aoc-2021/day14.onyx
tests/aoc-2021/day15.onyx
tests/aoc-2021/day16.onyx
tests/aoc-2021/day17.onyx
tests/aoc-2021/day18.onyx
tests/aoc-2021/day21.onyx
tests/array_struct_robustness.onyx
tests/arrow_notation.onyx
tests/atomics.onyx
tests/auto_poly.onyx
tests/avl_test.onyx
tests/baked_parameters.onyx
tests/bucket_array.onyx
tests/bugs/anonymous_struct_defaults.onyx
tests/bugs/double_polymorph_yield_error.onyx
tests/bugs/macro_auto_return_not_resolved.onyx
tests/bugs/method_call_source_double.onyx
tests/caller_location.onyx
tests/compile_time_procedures.onyx
tests/complicated_polymorph.onyx
tests/i32map.onyx
tests/implicit_initialize_locals.onyx
tests/interfaces.onyx
tests/lazy_iterators.onyx
tests/multiple_returns_robustness.onyx
tests/new_struct_behaviour.onyx
tests/no_types.onyx
tests/parallel_for.onyx
tests/persist_locals.onyx
tests/poly_structs_with_values.onyx
tests/remove_test.onyx
tests/sets.onyx
tests/string_stream_test.onyx
tests/struct_use_pointer_member.onyx
tests/vararg_test.onyx