summaryrefslogtreecommitdiff
path: root/test/style/source.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/source.test.cpp')
-rw-r--r--test/style/source.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp
index f0ff1f81b4..9caba10a3f 100644
--- a/test/style/source.test.cpp
+++ b/test/style/source.test.cpp
@@ -130,7 +130,7 @@ TEST(Source, LoadingCorrupt) {
test.styleObserver.sourceError = [&] (Source& source, std::exception_ptr error) {
EXPECT_EQ("source", source.getID());
- EXPECT_EQ("Invalid value. at offset 0", util::toString(error));
+ EXPECT_EQ("on line 1 col 0: Invalid value.", util::toString(error));
test.end();
};