KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
[linux-block.git] / tools / testing / selftests / kvm / x86_64 / vmx_pmu_caps_test.c
index 6fc86f5eba0b4217f558852642af5f785cf73ff5..6733d879a00b5778419411bd7ca943da43930c72 100644 (file)
@@ -213,6 +213,4 @@ int main(int argc, char *argv[])
        test_fungible_perf_capabilities(host_cap);
        test_immutable_perf_capabilities(host_cap);
        test_guest_wrmsr_perf_capabilities(host_cap);
-
-       printf("Completed perf capability tests.\n");
 }