From 6f5c581b0e8217e04d1d8946849a2310d9b5997e Mon Sep 17 00:00:00 2001 From: Long Nguyen Date: Sun, 14 Nov 2021 14:55:35 +0700 Subject: [PATCH 064/N] _testconsole.c: Fix casing & path sep --- PC/_testconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/_testconsole.c b/PC/_testconsole.c index 0dcea86..c38378a 100644 --- a/PC/_testconsole.c +++ b/PC/_testconsole.c @@ -140,7 +140,7 @@ _testconsole_read_output_impl(PyObject *module, PyObject *file) } -#include "clinic\_testconsole.c.h" +#include "clinic/_testconsole.c.h" PyMethodDef testconsole_methods[] = { _TESTCONSOLE_WRITE_INPUT_METHODDEF