Skip to content

Commit

Permalink
use defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Dec 19, 2024
1 parent 11ebe36 commit 73b45d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion thirdparty/catch2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task generateCatchUserConfig() {
def read = catch2UserConfigInput.text
read = read.replace('${CATCH_CONFIG_DEFAULT_REPORTER}', "console")
read = read.replace('${CATCH_CONFIG_CONSOLE_WIDTH}', "80")
read = read.replaceAll("#cmakedefine", "#define")
read = read.replaceAll("#cmakedefine", "//")

catch2UserConfigOutput.write(read)
}
Expand Down
6 changes: 1 addition & 5 deletions upstream_utils/catch2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
import os
import shutil

from upstream_utils import (
comment_out_invalid_includes,
walk_cwd_and_copy_if,
Lib,
)
from upstream_utils import Lib, comment_out_invalid_includes, walk_cwd_and_copy_if


def copy_upstream_src(wpilib_root):
Expand Down

0 comments on commit 73b45d0

Please sign in to comment.