Skip to content

Commit

Permalink
Test add back test_enumerator_traits, fails on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
willwray committed Jul 7, 2019
1 parent 75b8cef commit 1e956ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test('test enum traits',
dependencies: enum_traits_dep)
)

#test('test enumerator traits',
# executable('test_enumerator_traits', 'test_enumerator_traits.cpp',
# dependencies: enum_traits_dep)
#)
test('test enumerator traits',
executable('test_enumerator_traits', 'test_enumerator_traits.cpp',
dependencies: enum_traits_dep)
)

0 comments on commit 1e956ab

Please sign in to comment.