From 7028b98a2748d13b747a0f591eb854ada31681c6 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Wed, 24 May 2017 07:52:30 +0100 Subject: [PATCH] fix test --- .../CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fs | 2 +- .../CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fs b/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fs index 617232d53..0adca947b 100644 --- a/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fs +++ b/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fs @@ -141,7 +141,7 @@ //section='NoSection ' ! option=script.fsx arg1 arg2 ... kind=OptionGeneral //section='NoSection ' ! option=probeconsole kind=OptionSwitch //section='NoSection ' ! option=peekahead kind=OptionSwitch -//section='NoSection ' ! option=noninteractive kind=OptionSwitch +//section='NoSection ' ! option=noninteractive kind=OptionUnit //section='- INPUT FILES - ' ! option=-- kind=OptionRest //section='- ADVANCED - ' ! option=exec kind=OptionUnit //section='- ADVANCED - ' ! option=gui kind=OptionSwitch diff --git a/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fsx b/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fsx index b6e6107df..c112b83d0 100644 --- a/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fsx +++ b/tests/fsharpqa/Source/CompilerOptions/fsc/dumpAllCommandLineOptions/dummy.fsx @@ -9,7 +9,7 @@ //section='NoSection ' ! option=script.fsx arg1 arg2 ... kind=OptionGeneral //section='NoSection ' ! option=probeconsole kind=OptionSwitch //section='NoSection ' ! option=peekahead kind=OptionSwitch -//section='NoSection ' ! option=noninteractive kind=OptionSwitch +//section='NoSection ' ! option=noninteractive kind=OptionUnit //section='- INPUT FILES - ' ! option=reference kind=OptionString //section='- CODE GENERATION - ' ! option=debug kind=OptionSwitch //section='- CODE GENERATION - ' ! option=debug kind=OptionString -- GitLab