mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
9 lines
127 B
Bash
9 lines
127 B
Bash
#!/usr/bin/env bash
|
|
|
|
source test/setup
|
|
|
|
use Test::More tests 3
|
|
|
|
pass 'pass 1 - with label'
|
|
pass
|
|
pass 'pass 3 - 2 has no label'
|