Skip to content

Commit 2f510ac

Browse files
committed
Test commit to fail a test
1 parent 5b30e66 commit 2f510ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MacVim/MacVimTests/MacVimTests.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ - (void) testWindowResize {
726726
[self waitForEventHandlingAndVimProcess];
727727
XCTAssertEqual(30, textView.maxRows);
728728
XCTAssertEqual(80, textView.maxColumns);
729+
XCTAssertEqual(81, textView.maxColumns);
729730
}
730731

731732
// Clean up

0 commit comments

Comments
 (0)