Skip to content

Commit

Permalink
update peakflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jun 5, 2022
1 parent 2550b26 commit c36b85d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion peak_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before_script:
- gcc --version || true
- clang --version || true
script:
- make -C test test
- make -C test test DEFS=-DNO_TEST_SURROGATEPAIR
# - make -C test fused
# - make -C test -j4 USE_FUSED=1
# - make -C test test
Expand Down
4 changes: 4 additions & 0 deletions test/printers_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ IUTEST(PrintToTest, WideString)
}
}

#if !defined(NO_TEST_SURROGATEPAIR)

IUTEST_PRAGMA_MSC_WARN_PUSH()
IUTEST_PRAGMA_MSC_WARN_DISABLE(4566)

Expand Down Expand Up @@ -374,6 +376,8 @@ IUTEST(PrintToTest, SurrogatePair)

IUTEST_PRAGMA_MSC_WARN_POP()

#endif

#if IUTEST_HAS_CXX_HDR_STRING_VIEW
IUTEST(PrintToTest, WideStringStringView)
{
Expand Down

0 comments on commit c36b85d

Please sign in to comment.