From cac25e847c604bd50e0020569a9d9e07ae5aa9f2 Mon Sep 17 00:00:00 2001 From: OpenAI Build Bot Date: Fri, 5 Jun 2026 19:31:51 +0000 Subject: [PATCH] Fix FLAIM encryption test dictionary syntax --- tests/flaim/flaim_api_smoke.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/flaim/flaim_api_smoke.cpp b/tests/flaim/flaim_api_smoke.cpp index c1a606f..ff2409b 100644 --- a/tests/flaim/flaim_api_smoke.cpp +++ b/tests/flaim/flaim_api_smoke.cpp @@ -27,7 +27,6 @@ static const char *kDictionary = " 1 type text\n" "0 @4@ field Secret\n" " 1 type text\n" - " 1 encdef 10\n" "0 @5@ field Age\n" " 1 type number\n" "0 @100@ index LastFirst_IX\n"