v2 / vlib / v / debug / tests / map_nested_ref_mut.expect
9 lines · 8 sloc · 209 bytes · 29e962749a17d85c52d72b7d29d808cf74d55c02
Raw
1#!/usr/bin/env expect
2source "common.tcl"
3
4expect "Break on *main* main in ${test_file}:9\r\n"
5expect "${test_file}:9 vdbg> "
6send "p connection\n"
7expect "connection = * (&net.TcpConn)"
8send "q\n"
9expect eof
10