Skip to content

Commit

Permalink
Making noexcept Linux test noexcept
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 8, 2024
1 parent 63e7471 commit d86dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build/CoDispatchTestsCpp.o: CoDispatchTestsCpp.cpp ../include/objc-helpers/CoDis
$(CLANG) $(CPPFLAGS) -c -o $@ $<

build/CoDispatchTestsNoexcept.o: CoDispatchTestsNoexcept.cpp ../include/objc-helpers/CoDispatch.h build
$(CLANG) $(CPPFLAGS) -c -o $@ $<
$(CLANG) $(CPPFLAGS) -fno-exceptions -c -o $@ $<

build/test: build/main-linux.o \
build/BlockUtilTestCpp.o \
Expand Down

0 comments on commit d86dbd3

Please sign in to comment.