22 lines
201 B
Plaintext
Raw Normal View History

2009-06-14 16:22:25 +02:00
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
set test "Tab should complete"
assert_complete_any "c++ "
sync_after_int
teardown