From 4537e5d6f8b2eda68f2dea86f982e1392ba1730e Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Tue, 16 Feb 2021 16:21:49 +0000 Subject: [PATCH] Update expected test output to match truncation of long strings --- ql/test/library-tests/controlflow/graph/Cfg.expected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ql/test/library-tests/controlflow/graph/Cfg.expected b/ql/test/library-tests/controlflow/graph/Cfg.expected index a7d97cf8afa..67c03b0ff51 100644 --- a/ql/test/library-tests/controlflow/graph/Cfg.expected +++ b/ql/test/library-tests/controlflow/graph/Cfg.expected @@ -3583,9 +3583,9 @@ raise.rb: #-----| -> exit m10 (normal) # 125| puts -#-----| -> "Will not get executed if p is not supplied" +#-----| -> "Will not get executed if p is..." -# 125| "Will not get executed if p is not supplied" +# 125| "Will not get executed if p is..." #-----| -> call to puts # 128| m11