Skip to content

Commit 8e00ef2

Browse files
committed
Adapted namespace and module name of NonStringArgs tests to the new location
1 parent f20fe31 commit 8e00ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
2-
namespace ErrorMessages
2+
namespace CompilerDirectives
33

44
open Xunit
55
open FSharp.Test.Compiler
66

7-
module HashDirectives =
7+
module NonStringArgs =
88

99
[<InlineData("8.0")>]
1010
[<InlineData("9.0")>]

0 commit comments

Comments
 (0)