summaryrefslogtreecommitdiff
path: root/asl/logging/logging_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/logging/logging_tests.cpp')
-rw-r--r--asl/logging/logging_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/logging/logging_tests.cpp b/asl/logging/logging_tests.cpp
index b4c9fa6..ec47a8a 100644
--- a/asl/logging/logging_tests.cpp
+++ b/asl/logging/logging_tests.cpp
@@ -27,6 +27,6 @@ ASL_TEST(custom_writer)
ASL_LOG_INFO("Hello");
auto sv = string_writer.as_string_view();
- ASL_TEST_EXPECT(sv == "[ INFO ] asl/logging/logging_tests.cpp:23: Hello\n");
+ ASL_TEST_EXPECT(sv == "[ INFO ] asl/logging/logging_tests.cpp:27: Hello\n");
}