Skip to content

Commit

Permalink
DEBUG: Run runnable/testprofile.d with gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonlightSentinel authored and Geod24 committed Mar 26, 2021
1 parent 30a4629 commit 0ac12ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/runnable/testprofile.d
@@ -1,4 +1,13 @@
// REQUIRED_ARGS: -profile
/**
GDB_SCRIPT:
---
r
echo EXIT_CODE :=
print $_exitcode
---
GDB_MATCH: EXIT_CODE :=\$1 = 0
**/

module testprofile;

Expand Down

0 comments on commit 0ac12ab

Please sign in to comment.