From e2bdce0961a537bc36174d10085b86248ba1dbd6 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 17 Mar 2025 10:10:08 -0700 Subject: [PATCH] Update benchmark/prompts/cpp.md Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- benchmark/prompts/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/prompts/cpp.md b/benchmark/prompts/cpp.md index 9c4fe0854b..19ffaf7803 100644 --- a/benchmark/prompts/cpp.md +++ b/benchmark/prompts/cpp.md @@ -12,6 +12,6 @@ cmake -G "Unix Makefiles" -DEXERCISM_RUN_ALL_TESTS=1 .. make ``` -Note that running `make` will compile the tests and generate compile time errors. Once the errors are fixed, runningn `make` will build and run the tests. +Note that running `make` will compile the tests and generate compile time errors. Once the errors are fixed, running `make` will build and run the tests. Do not alter the test file; it should be run as-is.