Skip to content

Commit 5b0a147

Browse files
CopilotT-Gro
andcommitted
Fix failing test case by removing illegal character from exception name and delete test artifacts
Co-authored-by: T-Gro <[email protected]>
1 parent 5f499d9 commit 5b0a147

File tree

4 files changed

+1
-127
lines changed

4 files changed

+1
-127
lines changed

tests/FSharp.Compiler.ComponentTests/CompilerDirectives/NonStringArgs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module NonStringArgs =
9090
#nowarn 20 FS1104 "3391" "FS3221"
9191
9292
module Exception =
93-
exception ``Crazy@name.p`` of string
93+
exception ``Crazy@name`` of string
9494
9595
module Decimal =
9696
type T1 = { a : decimal }

tests/FSharp.Compiler.ComponentTests/TestResults/_pkrvmq0rgcvqdmg_2025-07-22_10_49_15.trx

Lines changed: 0 additions & 42 deletions
This file was deleted.

tests/FSharp.Compiler.ComponentTests/TestResults/_pkrvmq0rgcvqdmg_2025-07-22_10_49_35.trx

Lines changed: 0 additions & 42 deletions
This file was deleted.

tests/FSharp.Compiler.ComponentTests/TestResults/_pkrvmq0rgcvqdmg_2025-07-22_10_51_21.trx

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)