yasnippet-snippets/snippets/c++-mode/test case

9 lines
127 B
Plaintext
Raw Permalink Normal View History

2010-11-19 12:36:31 +01:00
# -*- mode: snippet -*-
# name: test case
# key: tc
2013-12-25 20:38:58 +01:00
# group: testing
2010-11-19 12:36:31 +01:00
# --
BOOST_AUTO_TEST_CASE( ${1:test_case} )
{
$0
}