Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Update tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored Mar 30, 2024
1 parent 43302de commit e54419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guia/avanzado/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ las opciones:
"name": "test", // [!code focus]
"type": "cppdbg", // [!code focus]
"request": "launch", // [!code focus]
"program": "${workspaceFolder}/bin/${workspaceFolderBasename}_tests.out", // [!code focus]
"program": "${workspaceFolder}/bin/${workspaceFolderBasename}_tests", // [!code focus]
"args": [], // [!code focus]
"stopAtEntry": false, // [!code focus]
"cwd": "${workspaceFolder}", // [!code focus]
Expand Down

0 comments on commit e54419a

Please sign in to comment.