Skip to content

Commit 1027227

Browse files
committed
Workaround for test87
1 parent d1e492c commit 1027227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testdir/test87.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ vim.foreach_rtp(FailingCall()):(<class 'NotImplementedError'>, NotImplementedErr
701701
vim.foreach_rtp(int, 2):(<class 'TypeError'>, TypeError('foreach_rtp() takes exactly one argument (2 given)',))
702702
> import
703703
import xxx_no_such_module_xxx:(<class 'ImportError'>, ImportError('No module named xxx_no_such_module_xxx',))
704-
import failing_import:(<class 'ImportError'>, ImportError('No module named failing_import',))
704+
import failing_import:(<class 'ImportError'>, ImportError())
705705
import failing:(<class 'NotImplementedError'>, NotImplementedError())
706706
> Options
707707
>> OptionsItem

0 commit comments

Comments
 (0)