From e297b4182b735d97d5251361854acd2fccb03013 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 12 Feb 2025 00:41:25 +0100 Subject: Add todo & fix line endings --- asl/tests/meta_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl') 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(5); - + wants_int(asl::deref(5)); wants_int(asl::deref(a)); wants_int(asl::deref(&a)); -- cgit