# File gstreamer/tests/tc_clock.rb, line 26
    def test_system_clock
        assert_instance_of(Gst::Clock, c = Gst::SystemClock.obtain)
        c.test(self)
    end