From 752b7d8d495689a38076f20475a870f8aa139a28 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 15 Oct 2017 21:11:49 +0200 Subject: [PATCH] One more usages test. --- test/completion/usages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/completion/usages.py b/test/completion/usages.py index 4e2a85aa..d7231b15 100644 --- a/test/completion/usages.py +++ b/test/completion/usages.py @@ -308,8 +308,9 @@ def x(): if UNDEFINED: zzz = 5 if UNDEFINED2: + #< (3, 8), (4, 4), (0, 12), (-3, 8), (-5, 4) zzz else: - #< (0, 8), (1, 4), (-3, 12), (-5, 8), (-7, 4) + #< (0, 8), (1, 4), (-3, 12), (-6, 8), (-8, 4) zzz zzz