Skip to content

Commit 86eddd6

Browse files
committed
TEMP cause test failure
1 parent 5d94afb commit 86eddd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
# Currently we don't run any non-src tests, as syntax tests are fragile and prone to spamming escape codes.
375375
# This needs to be investigated and fixed upstream.
376376
# MacVim is unlikely to introduce breaking changes in runtime files anyway.
377-
make ${MAKE_BUILD_ARGS} -C src test
377+
make ${MAKE_BUILD_ARGS} -C src test_diff
378378
379379
- name: Test Vim (GUI)
380380
if: startsWith(github.ref, 'refs/tags/') || inputs.testgui

src/testdir/test_diffmode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3523,7 +3523,7 @@ func Test_diffget_diffput_diffanchors()
35233523
1,$delete
35243524
call setline(1, ['anchor1', '4'])
35253525
0,1 diffget
3526-
call assert_equal(['2', '3', 'anchor2', '4'], getline(1, '$'))
3526+
call assert_equal(['1', '3', 'anchor2', '4'], getline(1, '$'))
35273527

35283528
1,$delete
35293529
call setline(1, ['anchor1', '4'])

0 commit comments

Comments
 (0)