You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vsintegration/tests/unittests/UnusedOpensTests.fs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,6 @@ module M2 =
136
136
=>[]
137
137
138
138
[<Test>]
139
-
//[<Ignore "Relative open statements are not supported yet">]
140
139
let``open a nested module inside another one is not unused,complex hierarchy``()=
141
140
"""
142
141
module Top =
@@ -151,7 +150,6 @@ module Top =
151
150
=>[]
152
151
153
152
[<Test>]
154
-
//[<Ignore "Relative open statements are not supported yet">]
155
153
let``open a nested module inside another one is not unused,even more complex hierarchy``()=
156
154
"""
157
155
module Top =
@@ -275,7 +273,6 @@ let _ = DateTime.ExtensionMethod
275
273
=>[]
276
274
277
275
[<Test>]
278
-
//[<Ignore "Relative open statements are not supported yet">]
279
276
let``static extension property applied to a type results that both namespaces/where the type is declared and where the extension is declared/is not marked as unused``()=
280
277
"""
281
278
module Extensions =
@@ -324,7 +321,6 @@ let _ = func()
324
321
=>[]
325
322
326
323
[<Test>]
327
-
//[<Ignore "Relative open statements are not supported yet">]
328
324
let``open module all of which symbols are used by qualifier is marked as unused``()=