Skip to content

Commit 4fc844c

Browse files
committed
Don't run tests for builtins on MSVC
1 parent e5eb072 commit 4fc844c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/github_issue_1106.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ void test()
3232

3333
int main()
3434
{
35+
#ifndef _MSC_VER
3536
test<float>();
3637
test<double>();
38+
#endif
3739

3840
test<decimal32_t>();
3941
test<decimal64_t>();

0 commit comments

Comments
 (0)