diff --git a/test/correctness/gpu_allocation_cache.cpp b/test/correctness/gpu_allocation_cache.cpp index 098a95bf1ca3..1d58c526007f 100644 --- a/test/correctness/gpu_allocation_cache.cpp +++ b/test/correctness/gpu_allocation_cache.cpp @@ -168,8 +168,8 @@ int main(int argc, char **argv) { test3(false, false); }); printf("Runtime with cache: %f\n" - "Without cache: %f\n", - t1, t2); + "Without cache: %f\n", + t1, t2); printf("Success!\n"); return 0;