summaryrefslogtreecommitdiff
path: root/Programs/_testembed.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/_testembed.c')
-rw-r--r--Programs/_testembed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c
index 3fc8e6d8c6..6e764e3b6c 100644
--- a/Programs/_testembed.c
+++ b/Programs/_testembed.c
@@ -495,7 +495,7 @@ static int test_init_from_config(void)
Py_NoUserSiteDirectory = 0;
config.user_site_directory = 0;
- config._check_hash_pycs_mode = "always";
+ config.check_hash_pycs_mode = L"always";
Py_FrozenFlag = 0;
config._frozen = 1;