(testsuite) Drop ending block comments.

This commit is contained in:
Ville Skyttä 2010-06-22 00:07:21 +03:00
parent 48027cfbe1
commit 2e95443e14
2 changed files with 4 additions and 4 deletions

View File

@ -32,12 +32,12 @@ generate_test_lib_completions() {
cat <<EXPECT > "$path"
proc setup {} {
save_env
}; # setup()
}
proc teardown {} {
assert_env_unmodified
}; # teardown()
}
setup

View File

@ -1,11 +1,11 @@
proc setup {} {
save_env
}; # setup()
}
proc teardown {} {
assert_env_unmodified
}; # teardown()
}
setup