Skip to content

Commit b32a52a

Browse files
committed
fix more tests
1 parent 6dc2304 commit b32a52a

File tree

10 files changed

+20
-10
lines changed
  • test/dotnet-new.IntegrationTests/Approvals
    • AotVariants.console.cs.verified/MyProject
    • AotVariants.console.vb.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#Framework-net6.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#Framework-net7.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#Framework-net8.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-False#FileScopedNs-False#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net6.0#cs#NoLangVer.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net6.0#cs.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net7.0#cs#NoLangVer.verified/MyProject
    • FeaturesSupport.console.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net7.0#cs.verified/MyProject

10 files changed

+20
-10
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
using System;
1+
// See https://aka.ms/new-console-template for more information
2+
using System;
23

34
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Console.WriteLine("Hello, World!");
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");

0 commit comments

Comments
 (0)