Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 61e0e3b

Browse files
author
Alex Rønne Petersen
committed
Use -langversion:experimental instead of -langversion:future in tests.
1 parent bd00ad5 commit 61e0e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ MCS_FLAGS += -langversion:experimental -unsafe -warnaserror
5959
XBUILD_FLAGS += /verbosity:quiet /property:Configuration=$(xb_mode)
6060

6161
FSHARPC_TEST_FLAGS += --debug+ --nologo --warnaserror
62-
MCS_TEST_FLAGS += -debug -langversion:future -unsafe -warnaserror
62+
MCS_TEST_FLAGS += -debug -langversion:experimental -unsafe -warnaserror
6363

6464
.PHONY: all check clean clean-check clean-deps gendarme update-deps
6565

0 commit comments

Comments
 (0)