diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/interactive/trace.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interactive/trace.nix b/test/interactive/trace.nix index f055e0bb..e307361f 100644 --- a/test/interactive/trace.nix +++ b/test/interactive/trace.nix @@ -22,7 +22,7 @@ in { name = "funcgraph-retval"; patch = null; - extraStructuredConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes; + structuredExtraConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes; } ]; } |
