Commit d0a7fbe
authored
fix(cpp14): replace d2x.harness with d2x in 00-generic-lambdas exercise (#86)
* fix(cpp14): replace d2x.harness with d2x in 00-generic-lambdas exercise
* fix(cpp14): replace d2x.harness with d2x in 00-generic-lambdas exercise
d2x.harness module does not exist in d2x/src/. The exercise import
was failing at module resolution before reaching any exercise code.
Changed to import d2x which is the existing module, consistent with
the exercise template in .agents/skills/d2mcpp-authoring/assets/exercise.cpp.1 parent 252a11b commit d0a7fbe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments