From 606b2765398271d3b64dc76b4d07da20e7f4f477 Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Mon, 11 Apr 2022 10:14:36 +0200
Subject: [PATCH] [tests] fix keyword dep in a test

---
 tests/syntax/struct_linking.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/syntax/struct_linking.i b/tests/syntax/struct_linking.i
index 4da3e10d04b..52794ca30fb 100644
--- a/tests/syntax/struct_linking.i
+++ b/tests/syntax/struct_linking.i
@@ -1,5 +1,5 @@
 /* run.config
-OPT: %{deps:@PTEST_NAME@_2.i} -print
+OPT: %{dep:@PTEST_NAME@_2.i} -print
 */
 struct Foo {
   double z;
-- 
GitLab