mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
analysis: Interactive tests
Abort if test-behave was passed the wrong type of behaviour to test.
This commit is contained in:
parent
46182233c0
commit
00c4bfc3c6
@ -212,6 +212,10 @@ test_behave_main (int argc, char *argv[])
|
||||
p_behave = clutter_behaviour_path_new (alpha, path);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
|
||||
clutter_behaviour_apply (p_behave, group);
|
||||
|
Loading…
Reference in New Issue
Block a user