Searched refs:test_literal (Results 1 – 4 of 4) sorted by relevance
14 void test_literal(T val, const char* p) in test_literal() function25 test_literal(val1, BOOST_STRINGIZE(x)); \26 test_literal(val2, BOOST_STRINGIZE(x)); \27 test_literal(val3, BOOST_STRINGIZE(x)); \28 test_literal(val4, BOOST_STRINGIZE(x)); \
73 test_literal (void) in test_literal() function377 g_test_add_func ("/error/literal", test_literal); in main()
435 def test_literal(self): member in TestCase
1778 def test_literal(self): member in AssortedBytesTest