Browse Source

Move FileUtilityTests to correct namespace.

pull/3016/head
Siegfried Pammer 2 years ago
parent
commit
c6400ca073
  1. 4
      ICSharpCode.Decompiler.Tests/Util/FileUtilityTests.cs

4
ICSharpCode.Decompiler.Tests/Util/FileUtilityTests.cs

@ -16,9 +16,11 @@ @@ -16,9 +16,11 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
using ICSharpCode.Decompiler.Util;
using NUnit.Framework;
namespace ICSharpCode.Decompiler.Util
namespace ICSharpCode.Decompiler.Tests.Util
{
[TestFixture]
public class FileUtilityTests

Loading…
Cancel
Save