Searched refs:test_is_not_move_assignable (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_move_assignable.pass.cpp23 void test_is_not_move_assignable() function
60 test_is_not_move_assignable<const int> ();
61 test_is_not_move_assignable<int[]> ();
62 test_is_not_move_assignable<int[3]> ();
64 test_is_not_move_assignable<void> ();

Completed in 3206 milliseconds