diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-12 00:41:25 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-12 00:41:25 +0100 |
commit | e297b4182b735d97d5251361854acd2fccb03013 (patch) | |
tree | ec6dbed7b21b50b393d7e766170fa23612f174ab /asl | |
parent | 4a61012be700361d97f3bf99b83c2c04d7f0d9d7 (diff) |
Add todo & fix line endings
Diffstat (limited to 'asl')
-rw-r--r-- | asl/tests/meta_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/tests/meta_tests.cpp b/asl/tests/meta_tests.cpp index 5026327..b015eb6 100644 --- a/asl/tests/meta_tests.cpp +++ b/asl/tests/meta_tests.cpp @@ -267,7 +267,7 @@ ASL_TEST(deref) { int a = 4; auto b = asl::make_box<int>(5); - + wants_int(asl::deref<int>(5)); wants_int(asl::deref<int>(a)); wants_int(asl::deref<int>(&a)); |