Author: ibiryukov Date: Mon May 6 07:56:24 2019 New Revision: 360048 URL: http://llvm.org/viewvc/llvm-project?rev=360048&view=rev Log: [CodeComplete] Update python tests after r360042
Modified: cfe/trunk/bindings/python/tests/cindex/test_code_completion.py Modified: cfe/trunk/bindings/python/tests/cindex/test_code_completion.py URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/bindings/python/tests/cindex/test_code_completion.py?rev=360048&r1=360047&r2=360048&view=diff ============================================================================== --- cfe/trunk/bindings/python/tests/cindex/test_code_completion.py (original) +++ cfe/trunk/bindings/python/tests/cindex/test_code_completion.py Mon May 6 07:56:24 2019 @@ -41,7 +41,7 @@ void f() { expected = [ "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa.", "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment: Bbb.", - "{'return', TypedText} || Priority: 40 || Availability: Available || Brief comment: None" + "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: None" ] self.check_completion_results(cr, expected) @@ -67,7 +67,7 @@ void f() { expected = [ "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa.", "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment: Bbb.", - "{'return', TypedText} || Priority: 40 || Availability: Available || Brief comment: None" + "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: None" ] self.check_completion_results(cr, expected) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits