Test directory refactoring step 1.
Moving TestProjects and TestPackages under root 'TestAssets' folder. Partial fix #1250
This commit is contained in:
parent
129bd03098
commit
3d14caceff
71 changed files with 36 additions and 39 deletions
15
TestAssets/TestProjects/CompileFail/Program.cs
Normal file
15
TestAssets/TestProjects/CompileFail/Program.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
|
||||
namespace TestApp
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
this will not compile!
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue