Skip to content

Commit d0a7fbe

Browse files
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

File tree

  • src/cpp14/tests/00-generic-lambdas

src/cpp14/tests/00-generic-lambdas/0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//
2121

2222
import std;
23-
import d2x.harness;
23+
import d2x;
2424

2525
int main() {
2626

0 commit comments

Comments
 (0)