mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Fix some roslyn tests
This commit is contained in:
@@ -9,7 +9,6 @@ namespace Robust.Analyzers.Tests;
|
||||
[Parallelizable(ParallelScope.All | ParallelScope.Fixtures)]
|
||||
[TestFixture]
|
||||
[TestOf(typeof(PrototypeInstantiationAnalyzer))]
|
||||
[Ignore("guh")]
|
||||
public sealed class PrototypeInstantiationAnalyzerTest
|
||||
{
|
||||
private static Task Verifier(string code, params DiagnosticResult[] expected)
|
||||
|
||||
@@ -9,7 +9,6 @@ namespace Robust.Analyzers.Tests;
|
||||
[Parallelizable(ParallelScope.All | ParallelScope.Fixtures)]
|
||||
[TestFixture]
|
||||
[TestOf(typeof(PrototypeNetSerializableAnalyzer))]
|
||||
[Ignore("guh")]
|
||||
public sealed class PrototypeNetSerializableAnalyzerTest
|
||||
{
|
||||
private static Task Verifier(string code, params DiagnosticResult[] expected)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
using System;
|
||||
#if !ROBUST_ANALYZERS_TEST
|
||||
using Robust.Shared.ViewVariables;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Interfaces;
|
||||
using Robust.Shared.ViewVariables;
|
||||
#if !ROBUST_ANALYZERS_TEST
|
||||
using JetBrains.Annotations;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user