diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-11 21:07:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 21:07:51 -0700 |
| commit | 0523b5eb57341e44fc0551900e5803b13686821a (patch) | |
| tree | c464a61728109f64f7891ebaebfa44195b91d65d /toolsrc/src/vcpkg-test/binarycaching.cpp | |
| parent | 544f8e4593764f78faa94bac2adb81cca5232943 (diff) | |
| download | vcpkg-0523b5eb57341e44fc0551900e5803b13686821a.tar.gz vcpkg-0523b5eb57341e44fc0551900e5803b13686821a.zip | |
[vcpkg formatting] Fix format regex (#12369)
* [vcpkg formatting] correct the header regexes
* format
Diffstat (limited to 'toolsrc/src/vcpkg-test/binarycaching.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg-test/binarycaching.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg-test/binarycaching.cpp b/toolsrc/src/vcpkg-test/binarycaching.cpp index 49386b529..a8204f9c2 100644 --- a/toolsrc/src/vcpkg-test/binarycaching.cpp +++ b/toolsrc/src/vcpkg-test/binarycaching.cpp @@ -1,8 +1,7 @@ #include <catch2/catch.hpp> -#include <string> - #include <vcpkg/base/files.h> + #include <vcpkg/binarycaching.h> #include <vcpkg/binarycaching.private.h> #include <vcpkg/dependencies.h> @@ -10,6 +9,8 @@ #include <vcpkg/sourceparagraph.h> #include <vcpkg/vcpkgcmdarguments.h> +#include <string> + using namespace vcpkg; TEST_CASE ("reformat_version semver-ish", "[reformat_version]") |
