Skip to content

Commit

Permalink
[re-enable importc_compare test]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jan 21, 2025
1 parent 9b60ded commit 33c770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druntime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ HAS_ADDITIONAL_TESTS:=$(shell test -d test && echo 1)
ifeq ($(HAS_ADDITIONAL_TESTS),1)
ADDITIONAL_TESTS:=test/init_fini test/exceptions test/coverage test/profile test/cycles test/allocations test/typeinfo \
test/aa test/cpuid test/gc test/hash test/lifetime test/shared \
test/thread test/unittest test/imports test/betterc test/stdcpp test/config test/traits #test/importc_compare
test/thread test/unittest test/imports test/betterc test/stdcpp test/config test/traits test/importc_compare
ifeq (windows,$(OS))
ADDITIONAL_TESTS+=test/uuid
else
Expand Down

0 comments on commit 33c770e

Please sign in to comment.