Skip to content

Commit 41a146d

Browse files
committed
TEMP: make tests fail
1 parent cf604a8 commit 41a146d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/MacVim/MacVimTests/MacVimTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ - (void)sendStringToVim:(NSString*)chars withMods:(int)mods {
399399

400400
- (void)testCompareSemanticVersions {
401401
// bogus values evaluate to 0
402-
XCTAssertEqual(0, compareSemanticVersions(@"bogus", @""));
402+
XCTAssertEqual(1, compareSemanticVersions(@"bogus", @""));
403403
XCTAssertEqual(0, compareSemanticVersions(@"bogus", @"0"));
404404
XCTAssertEqual(0, compareSemanticVersions(@"", @""));
405405

src/testdir/test_popup.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ func Test_popup_shadow_hiddenchar()
24262426

24272427
call term_sendkeys(buf, "i\<C-N>")
24282428
call TermWait(buf, 10)
2429-
call VerifyScreenDump(buf, 'Test_popup_shadow_hiddenchar_1', {'rows': 8})
2429+
call VerifyScreenDump(buf, 'Test_popup_shadow_hiddenchar_2', {'rows': 8})
24302430
call term_sendkeys(buf, "\<Esc>wwi\<C-N>")
24312431
call TermWait(buf, 10)
24322432
call VerifyScreenDump(buf, 'Test_popup_shadow_hiddenchar_2', {'rows': 8})

0 commit comments

Comments
 (0)